Skip to content

Commit 09a44a2

Browse files
authored
Merge pull request #9979 from Saiteja-Basam/issue#9978
changed the button type from secondary to primary
2 parents 964bcd6 + 004fada commit 09a44a2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/pages/index.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,12 @@ const PageHeader = () => (
175175
<Text color="text200" maxW="55ch" fontSize="xl" mt={4}>
176176
<Translation id="page-index-description" />
177177
</Text>
178-
<ButtonLink variant="outline" to="/learn/">
179-
<Translation id="page-index-title-button" />
180-
</ButtonLink>
178+
<ButtonLinkRow
179+
firstButton={{
180+
to: "/learn/",
181+
child: <Translation id="page-index-title-button" />,
182+
}}
183+
/>
181184
</Flex>
182185
)
183186

0 commit comments

Comments
 (0)