Skip to content

Commit

Permalink
update date and text
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Jan 15, 2024
1 parent 82fcc5e commit 4673ecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/NewsBar/messages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ const messages: Record<string, Message> = {
wordWrap: "break-word",
}}
>
Native ETH transfers now live across Eth, Arb, Base, OP, Polygon, and BNB! <Link href="https://wormhole.com/wormhole-launches-native-token-transfers-starting-with-native-eth-and-wsteth-across-7-evm-chains/" target="_blank">Read more here</Link>
Native ETH transfers now live across Eth, Arb, Base, OP, Polygon, BNB. <Link href="https://wormhole.com/wormhole-launches-native-token-transfers-starting-with-native-eth-and-wsteth-across-7-evm-chains/" target="_blank">Read more here</Link>
<br />
or get started below! Want to integrate into your own Dapps? <Link href="https://docs.wormhole.com/wormhole/quick-start/wh-connect" target="_blank">Find out more here</Link>.
or get started below. Want to integrate into your own Dapps? <Link href="https://docs.wormhole.com/wormhole/quick-start/wh-connect" target="_blank">Find out more here</Link>.
</Typography>
</>
),
start: new Date("2024-01-15T11:00:00-05:00"), // any date in the past would be fine
start: new Date("2024-01-17T11:00:00-05:00"), // any date in the past would be fine
},
cctp: {
background: "linear-gradient(20deg, #f44b1b 0%, #eeb430 100%);",
Expand Down

0 comments on commit 4673ecd

Please sign in to comment.