Skip to content

Commit a2dd105

Browse files
authored
Merge pull request #192 from ctfguide-tech/dev
chore: remove banner
2 parents e4ca62c + 857b371 commit a2dd105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/StandardNav.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ export function StandardNav({ guestAllowed, alignCenter = true }) {
677677
/>
678678
<Upgrade open={upgradeModalOpen} setOpen={setUpgradeModalOpen} />
679679

680-
<div className="mx-auto w-full bg-yellow-800 py-1 text-center text-sm text-white ">
680+
<div className="mx-auto hidden w-full bg-yellow-800 py-1 text-center text-sm text-white ">
681681
<h1 className="mx-auto px-4 text-left">
682682
Our terminal infrastructure is experiencing issues due to hardware faults. We are taking steps to resolve this and get things working again as possible.
683683
</h1>

0 commit comments

Comments
 (0)