Skip to content

Commit

Permalink
chore(ui-ux): add banner (#1269)
Browse files Browse the repository at this point in the history
* chore(ui-ux): add banner

* chore(ui-ux): add banner

* chore(ui-ux): add banner

* chore(ui-ux): add banner
  • Loading branch information
Pierre Gee authored Jul 16, 2024
1 parent 15039f3 commit f7da935
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions apps/web/src/components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@ export default function Banner(): JSX.Element {
<HiLockClosed size={16} />
</div>
<div className="pl-4">
{`Quantum Bridge will enter maintenance mode indefinitely, please visit
Birthday Research's Official Twitter account for the full information`}
<span className="inline-block md:inline">
{`Quantum Bridge will enter maintenance mode indefinitely, please visit
Birthday Research's Official Twitter account for the`}
&nbsp;
</span>
<a
href="https://x.com/BirthdayDev/status/1813165248980869335"
className="inline font-semibold text-transparent bg-clip-text bg-gradient-to-r from-[#42F9C2] to-[#082FD4]"
>
full information&nbsp;
</a>
</div>
</div>
);
Expand Down

0 comments on commit f7da935

Please sign in to comment.