Skip to content

Commit f7da935

Browse files
author
Pierre Gee
authored
chore(ui-ux): add banner (#1269)
* chore(ui-ux): add banner * chore(ui-ux): add banner * chore(ui-ux): add banner * chore(ui-ux): add banner
1 parent 15039f3 commit f7da935

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

apps/web/src/components/Banner.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,17 @@ export default function Banner(): JSX.Element {
77
<HiLockClosed size={16} />
88
</div>
99
<div className="pl-4">
10-
{`Quantum Bridge will enter maintenance mode indefinitely, please visit
11-
Birthday Research's Official Twitter account for the full information`}
10+
<span className="inline-block md:inline">
11+
{`Quantum Bridge will enter maintenance mode indefinitely, please visit
12+
Birthday Research's Official Twitter account for the`}
13+
&nbsp;
14+
</span>
15+
<a
16+
href="https://x.com/BirthdayDev/status/1813165248980869335"
17+
className="inline font-semibold text-transparent bg-clip-text bg-gradient-to-r from-[#42F9C2] to-[#082FD4]"
18+
>
19+
full information&nbsp;
20+
</a>
1221
</div>
1322
</div>
1423
);

0 commit comments

Comments
 (0)