Skip to content

Commit

Permalink
chore: stk message (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Mar 16, 2024
1 parent 9822d65 commit bd9f747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function MainLayout({ children }: { children: ReactNode }) {
<TopBarNotify
notifyText="Users can now stake GHO in the safety module 🎉"
learnMoreLink="https://app.aave.com/staking"
buttonText="Stake Now"
buttonText="Learn More"
/>
<AppHeader />
<Box component="main" sx={{ display: 'flex', flexDirection: 'column', flex: 1 }}>
Expand Down

2 comments on commit bd9f747

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.