Skip to content

Commit

Permalink
Update logo source URL in hero component
Browse files Browse the repository at this point in the history
  • Loading branch information
onrirr committed Jan 7, 2024
1 parent a34e01d commit 07fa31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Navbar from "./navbar.astro";
<h1
class="flex justify-center content-center font-bold text-stone-950 text-2xl md:text-5xl lg:text-6xl dark:text-gray-200"
>
<img src="/logo.svg" class="flex justfity-center" />
<img src="https://raw.githubusercontent.com/onrirr/c3-web/a34e01d91fcaa6c7964efbe8e865ff41409a2b3a/public/logo.svg" class="flex justfity-center" />
</h1>
</div>
<div class="mt-5 max-w-3xl text-center mx-auto">
Expand Down

0 comments on commit 07fa31f

Please sign in to comment.