Skip to content

Commit

Permalink
Merge branch 'main' of github.com:KuangPF/dumi-theme-antd
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangPF committed Jul 10, 2023
2 parents d78483b + 0cf1f9c commit 245acf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/HomePageLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const Homepage: FC = () => {
>
{actions?.map(({ link, text, type }) => {
return /^(\w+:)\/\/|^(mailto|tel):/.test(link) ? (
<Button size="large" type={type} href={link} target="_blank">
<Button size="large" type={type} href={link} target="_blank" key={link}>
{text}
</Button>
) : (
Expand Down

0 comments on commit 245acf8

Please sign in to comment.