We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15039f3 commit f7da935Copy full SHA for f7da935
1 file changed
apps/web/src/components/Banner.tsx
@@ -7,8 +7,17 @@ export default function Banner(): JSX.Element {
7
<HiLockClosed size={16} />
8
</div>
9
<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`}
+ <span className="inline-block md:inline">
+ {`Quantum Bridge will enter maintenance mode indefinitely, please visit
12
+ Birthday Research's Official Twitter account for the`}
13
+
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
20
+ </a>
21
22
23
);
0 commit comments