Skip to content

Commit 20feece

Browse files
committed
Update icon with label
1 parent 2285c0d commit 20feece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/hero/icon-label.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const { icon, label } = Astro.props;
44
import Icon from "@ui/Icon.astro";
55
---
66

7-
<div class="flex flex-wrap justify-center items-center py-2">
7+
<div class="flex flex-wrap justify-start items-center py-2">
88
<div
99
class="w-20 h-20 flex items-center justify-center rounded-full bg-[#D4D5E4] p-2"
1010
>

0 commit comments

Comments
 (0)