Skip to content

Commit 30b59e5

Browse files
more redundant
1 parent d917bc5 commit 30b59e5

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
66
<title>404 — Page Not Found | Surge</title>
77
<meta name="description" content="The page you're looking for doesn't exist."/>
8-
<link rel="icon" type="image/png" href="assets/logo_nobg.png"/>
8+
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/surge-downloader/surge/main/assets/logo.png"/>
99
<link rel="preconnect" href="https://fonts.googleapis.com"/>
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
1111
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@700;900&family=Fira+Code:wght@400;500&display=swap" rel="stylesheet"/>

assets/dashboard.png

-257 KB
Binary file not shown.

assets/logo.png

-443 KB
Binary file not shown.

assets/logo_nobg.png

-175 KB
Binary file not shown.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<meta name="twitter:image" content="https://surge-downloader.github.io/assets/dashboard.png"/>
2323

2424
<link rel="canonical" href="https://surge-downloader.github.io/"/>
25-
<link rel="icon" type="image/png" href="assets/logo_nobg.png"/>
25+
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/surge-downloader/surge/main/assets/logo.png"/>
2626

2727
<!-- Fonts preconnect -->
2828
<link rel="preconnect" href="https://fonts.googleapis.com"/>
@@ -328,7 +328,7 @@
328328
<nav id="top" class="sticky top-0 z-50 w-full nav-bg px-8 py-5">
329329
<div class="max-w-7xl mx-auto flex justify-between items-center">
330330
<a href="#top" class="flex items-center gap-2">
331-
<img src="assets/logo_nobg.png" alt="Surge Logo" class="w-8 h-8"/>
331+
<img src="https://raw.githubusercontent.com/surge-downloader/surge/main/assets/logo.png" alt="Surge Logo" class="w-8 h-8"/>
332332
<span class="text-2xl font-black text-white font-headline tracking-tighter italic">Surge_</span>
333333
</a>
334334
<!-- Desktop nav -->
@@ -763,7 +763,7 @@ <h2 class="font-headline text-5xl md:text-6xl font-black text-white mb-8 upperca
763763
<div class="max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-4 gap-16">
764764
<div class="col-span-2 space-y-8">
765765
<div class="flex items-center gap-3">
766-
<img src="assets/logo_nobg.png" alt="Surge Logo" class="w-8 h-8"/>
766+
<img src="https://raw.githubusercontent.com/surge-downloader/surge/main/assets/logo.png" alt="Surge Logo" class="w-8 h-8"/>
767767
<span class="text-2xl font-black text-white font-headline tracking-tighter italic">Surge_</span>
768768
</div>
769769
<p class="text-white/40 leading-loose max-w-sm">

0 commit comments

Comments
 (0)