Skip to content

Commit

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

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

0 comments on commit 15039f3

Please sign in to comment.