Skip to content

Commit

Permalink
fix: banner styling
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavshn committed Dec 5, 2023
1 parent 3539f91 commit 930bb35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ export default function Homepage() {
<link rel="prefetch" href="/assets/css/elements.min.css" />
</Head>
<div>
<div className="m-0 w-full bg-orange-500 p-4 text-center font-bold">
Looking to migrate from Twilio Video
<div className="w-full bg-gradient-to-r from-blue-500 to-red-500 p-4 text-center font-medium text-white">
Affected by Twilio Video sunsetting? Switch to Dyte with our{' '}
<Link
to="/guides/migration/twilio/concepts-twilio-vs-dyte"
className={'ml-2 text-white underline dark:text-black'}
className="text-white underline"
>
Read our migration guide
migration guide.
</Link>
</div>
</div>
Expand Down

0 comments on commit 930bb35

Please sign in to comment.