fixed link issue

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

View File

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