Skip to content

Commit 9c1b51f

Browse files
committed
Hide top banner
1 parent 0c91afa commit 9c1b51f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
</head>
6565
<body class="bg-white">
6666

67-
<div role="region" aria-label="PHPverse 2025 announcement" class="w-full bg-green-500 text-white text-center py-1 text-sm font-medium z-50 hover:text-white">
68-
<a href="https://jb.gg/phpverse-phpf" target="_blank" rel="noopener noreferrer" class="text-white no-underline hover:underline hover:text-white visited:hover:text-white">Join PHPverse 2025 — a free online event celebrating PHP’s 30th birthday!</a>
67+
<div role="region" aria-label="PHPverse 2025 announcement" class="w-full bg-green-500 text-white text-center py-1 text-sm font-medium z-50 hover:text-white hidden">
68+
<a href="banner link stub" target="_blank" rel="noopener noreferrer" class="text-white no-underline hover:underline hover:text-white visited:hover:text-white">banner text stub</a>
6969
</div>
7070

7171
<header x-data="{ isOpen: false }" @keydown.escape="isOpen = false" @click.away="isOpen = false" itemscope

0 commit comments

Comments
 (0)