Skip to content

Commit 0848aae

Browse files
committed
fix logo
1 parent f636a89 commit 0848aae

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="PyPSA Community" />
99

1010
<!-- Favicon -->
11-
<link rel="icon" type="image/svg+xml" href="https://raw.githubusercontent.com/PyPSA/PyPSA/v1-docs/docs/assets/logo/logo.svg" />
11+
<link rel="icon" type="image/svg+xml" href="https://raw.githubusercontent.com/PyPSA/PyPSA/master/docs/assets/logo/logo.svg" />
1212
<link rel="alternate icon" href="%sveltekit.assets%/favicon.png" />
1313

1414
<!-- Open Graph / Social Media -->

src/lib/components/Footer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Logo and description -->
1010
<div class="flex flex-col items-center md:items-start">
1111
<a href="/" class="flex font-bold items-center mb-4">
12-
<img src="https://raw.githubusercontent.com/PyPSA/PyPSA/v1-docs/docs/assets/logo/logo.svg" alt="PyPSA Logo" class="w-9 h-9 mr-2" />
12+
<img src="https://raw.githubusercontent.com/PyPSA/PyPSA/master/docs/assets/logo/logo.svg" alt="PyPSA Logo" class="w-9 h-9 mr-2" />
1313
<h3 class="text-2xl">PyPSA</h3>
1414
</a>
1515
<p class="text-muted-foreground text-center md:text-left max-w-md">

src/lib/components/Navbar.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
class="w-[90%] md:w-[70%] lg:w-[75%] lg:max-w-screen-xl top-5 mx-auto sticky z-40 rounded-2xl flex justify-between items-center p-2 glass-morphism"
7070
>
7171
<a href="/" class="font-bold text-lg flex items-center">
72-
<img src="https://raw.githubusercontent.com/PyPSA/PyPSA/v1-docs/docs/assets/logo/logo.svg" alt="PyPSA Logo" class="w-9 h-9 mr-2" />
72+
<img src="https://raw.githubusercontent.com/PyPSA/PyPSA/master/docs/assets/logo/logo.svg" alt="PyPSA Logo" class="w-9 h-9 mr-2" />
7373
PyPSA
7474
</a>
7575

@@ -85,7 +85,7 @@
8585
<SheetHeader class="mb-4 ml-4">
8686
<SheetTitle class="flex items-center">
8787
<a href="/" class="flex items-center">
88-
<img src="https://raw.githubusercontent.com/PyPSA/PyPSA/v1-docs/docs/assets/logo/logo.svg" alt="PyPSA Logo" class="size-9 mr-2" />
88+
<img src="https://raw.githubusercontent.com/PyPSA/PyPSA/master/docs/assets/logo/logo.svg" alt="PyPSA Logo" class="size-9 mr-2" />
8989
PyPSA
9090
</a>
9191
</SheetTitle>

0 commit comments

Comments
 (0)