Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed Mar 27, 2024
1 parent 1896307 commit dadcb07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/widgets/07-ecosystem-screens/ui/04-grant/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ export const Grant: React.FC = () => {
icon="star"
text={t('grant.applyText')}
button={
<Button text={t('grant.contactUs')} />
<Button
text={t("grant.contactUs")}
component="a"
href="/grant-program"
target="_blank"
/>
}
fullwidth
/>
Expand Down

0 comments on commit dadcb07

Please sign in to comment.