From 152345778fbd1c42adc41f30b6728536aaf0a469 Mon Sep 17 00:00:00 2001 From: yuli-ferna <35125931+yuli-ferna@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:28:29 -0300 Subject: [PATCH] Create Banner announcing Eth bridge launch (#670) * advances * update date and text * fix prettier --- apps/connect/src/configs/messages.tsx | 39 +++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/apps/connect/src/configs/messages.tsx b/apps/connect/src/configs/messages.tsx index dc9374585..dd203d15d 100644 --- a/apps/connect/src/configs/messages.tsx +++ b/apps/connect/src/configs/messages.tsx @@ -1,3 +1,4 @@ +import { Link } from "@mui/material"; import Typography from "@mui/material/Typography"; export type Message = { @@ -13,6 +14,44 @@ export type Message = { }; const messages: Record = { + eth: { + background: + "linear-gradient(90deg, rgba(6,132,249,1) 0%, rgba(0,120,232,1) 48%, rgba(0,0,0,1) 100%);", + content: ( + <> + + Native ETH transfers now live across Eth, Arb, Base, OP, Polygon, BNB.{" "} + + Read more here + +
+ or get started below. Want to integrate into your own Dapps?{" "} + + Find out more here + + . +
+ + ), + 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%);", button: {