Skip to content

Commit 128f264

Browse files
committed
fix path to Pheno-Ranker logo
1 parent 78e6320 commit 128f264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Header.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<header class="bg-white border-b dark:bg-gray-800">
2020
<div class="max-w-screen-xl mx-auto flex items-center justify-between p-4">
2121
<span class="flex items-center space-x-2">
22-
<img src="/pheno-ranker-favicon-2x.png" alt="logo" class="h-8 w-8" />
22+
<img src="pheno-ranker-favicon-2x.png" alt="logo" class="h-8 w-8" />
2323
<span class="text-lg font-semibold whitespace-nowrap"
2424
>Pheno-Ranker Use Cases Playground</span
2525
>

0 commit comments

Comments
 (0)