Skip to content

Commit

Permalink
fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
onrirr committed Feb 18, 2024
1 parent ef2c585 commit ba75ed7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +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="https://raw.githubusercontent.com/onrirra34e01d91fcaa6c7964efbe8e865ff41409a2b3a/public/logo.svg"
class="flex justfity-center"
/>
<img src="/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 ba75ed7

Please sign in to comment.