Skip to content

Commit

Permalink
update logo color
Browse files Browse the repository at this point in the history
  • Loading branch information
cf2013 committed Jul 28, 2024
1 parent 578bab6 commit 13749b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/assets/img/bitcoin-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Navigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import logo from "../assets/img/bitcoin.svg"
<div id="main-navigation" class="is-desktop py-8">
<div class="container">
<a href="/" class="flex items-center gap-2 !no-underline">
<Image src={(await import('../assets/img/bitcoin.svg')).default} alt="Bitcoin" width="47" height="37" />
<Image src={(await import('../assets/img/bitcoin-dark.svg')).default} alt="Bitcoin" width="47" height="37" />
<span class="font-bold">YoAceptoBitcoin.com</span>
</a>
<div class="wrapper">
Expand Down

0 comments on commit 13749b9

Please sign in to comment.