-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
JP
authored
Sep 25, 2023
1 parent
822d581
commit 17e72cc
Showing
3 changed files
with
25 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { Anchor, Box, Card, Paragraph } from 'grommet' | ||
|
||
export const ExploreCentrifugeBanner = () => ( | ||
<Card | ||
margin={{ top: 'medium' }} | ||
pad={{ top: 'xsmall', bottom: 'xsmall', left: 'medium', right: 'medium' }} | ||
style={{ | ||
backgroundColor: '#cde5ff', | ||
}} | ||
> | ||
<Box> | ||
<Paragraph> | ||
Tinlake is no longer supported. Please proceed to the new Centrifuge app at{' '} | ||
<Anchor href="https://app.centrifuge.io" label="app.centrifuge.io" />. | ||
</Paragraph> | ||
</Box> | ||
</Card> | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters