Skip to content

Commit

Permalink
Update homepage and top banner links
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-black committed Sep 18, 2023
1 parent ae5071b commit 440e61e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export const links = {
prime: 'https://forms.gle/kt1GShLcWapMGzjs7',
primeBlogPost: 'https://centrifuge.mirror.xyz/KyrMWLKMccFCNfSlvjxe7uyhba7oLrUzlBuZ7GQTn6s',
podcast: 'https://linktr.ee/centrifugeconversations',
announcements: '@devin, please add link here',
announcements: 'https://example.com',
}
4 changes: 2 additions & 2 deletions data/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
]
},
"prime_banner": {
"title": "Introducing Centrifuge Prime: \nReal-World Assets for DeFi",
"body": "Finally you can quickly and easily onboard and scale a portfolio of real-world assets with Centrifuge Prime. The technology and services you need, all made available in a single place, through Centrifuge."
"title": "Introducing Liquidity Pools:\nMulti-chain DeFi liquidity",
"body": "Centrifuge Liquidity Pools allow users on any supported chain — beginning with Ethereum, Arbitrum, and Base — to invest in Centrifuge’s pools of real-world assets"
},
"news_section": {
"title": "Centrifuge News",
Expand Down
4 changes: 2 additions & 2 deletions src/components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function Header({ menuButtonVariant }: HeaderProps) {
return (
<>
<Banner>
Centrifuge is Everywhere. Read the{' '}
The Real-World Asset Summit, Multi-chain launches, and more are here. {' '}
<Text
as="a"
style={{ textDecoration: 'underline' }}
Expand All @@ -30,7 +30,7 @@ export function Header({ menuButtonVariant }: HeaderProps) {
target="_blank"
variant="body2"
>
Announcement
Read the announcement
</Text>
</Banner>
<Root
Expand Down
2 changes: 1 addition & 1 deletion src/components/prime-banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function PrimeBanner({ title, body }: PrimeBannerProps) {
<Text as="p">{body}</Text>

<Box alignSelf="center" mt={[2, 2, 0]}>
<InternalLink to="/prime" variant="secondary">
<InternalLink to="https://example.com" variant="secondary">
Learn More
</InternalLink>
</Box>
Expand Down

0 comments on commit 440e61e

Please sign in to comment.