Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebelung-Dev committed Aug 22, 2024
1 parent 3981c58 commit 96da690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img height="150px" src="https://raw.githubusercontent.com/cognetwork-dev/Metallic/main/src/assets/logo.svg">
<img height="150px" src="https://raw.githubusercontent.com/cognetwork-dev/Metallic/main/public/assets/logo.svg">
<h1>Metallic</h1>
<h3>A powerful web proxy built for speed and customization.</h3>
<p>Access the web with this stylish web proxy made in Preact supporting many sites. Metallic was originally created for <a href="https://github.com/titaniumnetwork-dev">TN</a>'s proxathon where it won 2nd place!</p>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Home() {
const results = await site.json();
setSuggestions(results[1].slice(0, 9));
} catch (err) {
console.error(err);
console.error(err);
setSuggestions([]);
}
} else {
Expand Down

0 comments on commit 96da690

Please sign in to comment.