We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e6320 commit 128f264Copy full SHA for 128f264
1 file changed
src/Header.svelte
@@ -19,7 +19,7 @@
19
<header class="bg-white border-b dark:bg-gray-800">
20
<div class="max-w-screen-xl mx-auto flex items-center justify-between p-4">
21
<span class="flex items-center space-x-2">
22
- <img src="/pheno-ranker-favicon-2x.png" alt="logo" class="h-8 w-8" />
+ <img src="pheno-ranker-favicon-2x.png" alt="logo" class="h-8 w-8" />
23
<span class="text-lg font-semibold whitespace-nowrap"
24
>Pheno-Ranker Use Cases Playground</span
25
>
0 commit comments