Skip to content

Commit 96da690

Browse files
committed
fix
1 parent 3981c58 commit 96da690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img height="150px" src="https://raw.githubusercontent.com/cognetwork-dev/Metallic/main/src/assets/logo.svg">
2+
<img height="150px" src="https://raw.githubusercontent.com/cognetwork-dev/Metallic/main/public/assets/logo.svg">
33
<h1>Metallic</h1>
44
<h3>A powerful web proxy built for speed and customization.</h3>
55
<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>

src/pages/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function Home() {
5959
const results = await site.json();
6060
setSuggestions(results[1].slice(0, 9));
6161
} catch (err) {
62-
console.error(err);
62+
console.error(err);
6363
setSuggestions([]);
6464
}
6565
} else {

0 commit comments

Comments
 (0)