Skip to content

Commit

Permalink
fix hover of link at twitcch
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian-Zsiros-Prog committed Jul 7, 2023
1 parent c3b0826 commit 7fca586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Navbar from './Navbar'
>
<section id="inicio" class="m-auto">
<Navbar client:only="react" />
<div class="">
<div class="transition-all hover:scale-100">
<img
src="/stars_logo.svg"
alt="Stars"
Expand Down

0 comments on commit 7fca586

Please sign in to comment.