jank fix, need to fix later

Signed-off-by: Ash Entwisle <ash.entwisle@protonmail.com>
issue/index
Ash Entwisle 2023-11-11 15:25:42 +00:00
parent d613e3632c
commit 721d562004
No known key found for this signature in database
GPG Key ID: 0E3CBB6B4BE9FE33
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const props = Astro.props
<a href={props.href}>
<div class="social-button" id={props.text}>
<a>
<a href={props.href}>
<div class="social-button-icon">
<img src={props.icon} alt={props.text}/>
</div>