Skip to content

Commit 634c8b3

Browse files
committed
align button container with text
1 parent d555447 commit 634c8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PageHero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const PageHero: React.FC<IProps> = ({
9595
{subtitle}
9696
</Text>
9797
{buttons && (
98-
<Wrap spacing={2} overflow="visible">
98+
<Wrap spacing={2} overflow="visible" sx={{ ul: { m: 0 } }}>
9999
{buttons.map((button, idx) => {
100100
if (isButtonLink(button)) {
101101
return (

0 commit comments

Comments
 (0)