Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
akku1139 authored Feb 21, 2024
1 parent ee48a96 commit c92b51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ServiceIcon.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type Props = {
const { link, imgSrc, name }: Props = Astro.props;
---

<a href={link} class="text-center m-2">
<a href={link} class="text-center m-auto">
<img src={imgSrc} alt={name} class="h-20" />
{/*name*/}
</a>

0 comments on commit c92b51a

Please sign in to comment.