diff --git a/src/components/MyAlert.js b/src/components/MyAlert.js index af8f482..6d98f55 100644 --- a/src/components/MyAlert.js +++ b/src/components/MyAlert.js @@ -1,5 +1,5 @@ import React, { useState } from "react"; -import { Box, Typography, IconButton } from "@mui/material"; +import { Box, Typography, IconButton, Link } from "@mui/material"; import CloseIcon from "@mui/icons-material/Close"; const MyAlert = () => { @@ -14,20 +14,39 @@ const MyAlert = () => { sx={{ position: "sticky", top: 0, - backgroundColor: "#f50057", // Adjust the color as needed + background: "linear-gradient(90deg, #ff4081, #f50057)", color: "white", - padding: "8px 16px", + padding: "12px 24px", textAlign: "center", - zIndex: 1000, // Ensure it stays above other elements + zIndex: 1000, + boxShadow: "0px 4px 10px rgba(0, 0, 0, 0.3)", + display: "flex", + alignItems: "center", + justifyContent: "center" }} > - - This is an important announcement! + + We have rebranded! SMSWithoutBorders is now RelaySMS. Visit our new website at{" "} + + relaysms.com + .