Skip to content

Commit

Permalink
fix logo links
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha committed Dec 20, 2024
1 parent 0d3f63e commit 4bd8c57
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/collection/footer/compact.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Brand -->
<aside>
<p class="text-3xl flex items-center gap-2">
<img alt="Logo" src="/logo.svg" class="inline w-6" />
<img alt="Logo" src="logo.svg" class="inline w-6" />
Company
</p>
<small>Copyright © 2024 - All rights reserved</small>
Expand Down
2 changes: 1 addition & 1 deletion src/collection/footer/contentHeavy.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3 class="text-lg footer-title">Company</h3>

<!-- Brand -->
<div class="flex items-center gap-4">
<img alt="Logo" src="/logo.svg" class="w-8" />
<img alt="Logo" src="logo.svg" class="w-8" />
<div>
<p class="text-2xl">Company</p>
<small>Copyright © 2024 - All rights reserved</small>
Expand Down
2 changes: 1 addition & 1 deletion src/collection/footer/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!-- Brand -->
<aside class="bg-base-300 py-4 px-8 w-full flex gap-2 flex-wrap justify-between items-center text-sm">
<p class="text-xl flex items-center gap-2">
<img alt="Logo" src="/logo.svg" class="w-4" />
<img alt="Logo" src="logo.svg" class="w-4" />
<span>Company</span>
</p>
<p>Copyright © 2024 - All rights reserved</p>
Expand Down
4 changes: 2 additions & 2 deletions src/collection/navbar/centeredLogo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="w-full flex justify-between md:hidden">
<!-- Logo -->
<a class="btn btn-ghost text-lg">
<img alt="Logo" src="/logo.svg" class="w-4" />
<img alt="Logo" src="logo.svg" class="w-4" />
Game Name
</a>

Expand Down Expand Up @@ -38,7 +38,7 @@
<!-- Centered logo -->
<div class="flex justify-center">
<a class="btn btn-ghost text-lg">
<img alt="Logo" src="/logo.svg" class="w-4" />
<img alt="Logo" src="logo.svg" class="w-4" />
Game Name
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/collection/navbar/centeredLogoAndMenu.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav class="navbar justify-center bg-base-300">
<a class="btn btn-ghost text-lg">
<img alt="Logo" src="/logo.svg" class="w-4" />
<img alt="Logo" src="logo.svg" class="w-4" />
Store Name
</a>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion src/collection/navbar/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nav class="navbar justify-between bg-base-300">
<!-- Logo -->
<a class="btn btn-ghost text-lg">
<img alt="Logo" src="/logo.svg" class="w-4" />
<img alt="Logo" src="logo.svg" class="w-4" />
Company
</a>

Expand Down
2 changes: 1 addition & 1 deletion src/collection/navbar/simpleWithDropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nav class="navbar justify-between bg-base-300">
<!-- Logo -->
<a class="btn btn-ghost text-lg">
<img alt="Logo" src="/logo.svg" class="w-4" />
<img alt="Logo" src="logo.svg" class="w-4" />
App Name
</a>

Expand Down
2 changes: 1 addition & 1 deletion src/collection/navbar/socialMediaLinks.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nav class="navbar justify-between bg-base-300">
<!-- Logo -->
<a class="btn btn-ghost text-lg">
<img alt="Logo" src="/logo.svg" class="w-4" />
<img alt="Logo" src="logo.svg" class="w-4" />
Company
</a>

Expand Down
2 changes: 1 addition & 1 deletion src/collection/navbar/withSearchBar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<nav class="navbar justify-between gap-4 bg-base-300">
<!-- Logo -->
<a class="btn btn-ghost text-lg">
<img alt="Logo" src="/logo.svg" class="w-4" />
<img alt="Logo" src="logo.svg" class="w-4" />
Company
</a>

Expand Down
2 changes: 1 addition & 1 deletion src/collection/sidebar/avatar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<aside class="flex flex-col items-center h-screen sticky top-0 overflow-y-auto space-y-4 w-72 py-6 px-4 bg-base-200">
<!-- Logo -->
<a class="btn btn-ghost text-lg">
<img alt="Logo" src="/logo.svg" class="w-6"/>
<img alt="Logo" src="logo.svg" class="w-6"/>
Company Name
</a>

Expand Down
2 changes: 1 addition & 1 deletion src/collection/sidebar/bottomMenu.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<aside class="h-screen sticky top-0 overflow-y-auto space-y-4 w-72 py-6 px-4 bg-base-200">
<!-- Logo -->
<a class="btn btn-ghost">
<img alt="Logo" src="/logo.svg" class="w-6"/>
<img alt="Logo" src="logo.svg" class="w-6"/>

Company Name
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/collection/sidebar/iconsOnly.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<aside class="h-screen sticky top-0 flex flex-col overflow-y-auto gap-2 py-6 px-2 bg-base-200">
<!-- Logo -->
<a class="btn btn-square btn-ghost">
<img alt="Logo" src="/logo.svg" class="w-5" />
<img alt="Logo" src="logo.svg" class="w-5" />
</a>

<!-- Icons -->
Expand Down
2 changes: 1 addition & 1 deletion src/collection/sidebar/menuAndSearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="flex justify-between p-2">
<!-- Logo -->
<a class="btn btn-ghost text-lg">
<img alt="Logo" src="/logo.svg" class="w-4" />
<img alt="Logo" src="logo.svg" class="w-4" />
App Name
</a>

Expand Down
2 changes: 1 addition & 1 deletion src/collection/sidebar/menuWithTitle.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<aside class="h-screen sticky top-0 overflow-y-auto w-60 py-6 px-4 bg-base-200">
<a class="btn btn-ghost">
<img alt="Logo" src="/logo.svg" class="w-6"/>
<img alt="Logo" src="logo.svg" class="w-6"/>

Company Name
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/collection/sidebar/submenu.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<aside class="flex flex-col gap-2 overflow-y-auto py-6 px-4 bg-base-200 border-r border-neutral">
<!-- Logo -->
<a class="btn btn-ghost btn-square">
<img alt="Logo" src="/logo.svg" class="w-6"/>
<img alt="Logo" src="logo.svg" class="w-6"/>
</a>

<!-- Icons -->
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
{:else}
<a href="" class="btn btn-ghost flex gap-2">
<img src="/logo.svg" class="w-4" alt="Daisy Catalog" />
<img src="logo.svg" class="w-4" alt="Daisy Catalog" />

<div class="flex font-bold text-lg">
Daisy
Expand Down

0 comments on commit 4bd8c57

Please sign in to comment.