Add a beta label in the header
This commit is contained in:
@@ -29,7 +29,7 @@ export function Header() {
|
|||||||
return (
|
return (
|
||||||
<header className="border-b">
|
<header className="border-b">
|
||||||
<div className="container mx-auto px-4 py-4 flex items-center justify-between">
|
<div className="container mx-auto px-4 py-4 flex items-center justify-between">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-3">
|
||||||
<Link href="/">
|
<Link href="/">
|
||||||
<img
|
<img
|
||||||
src={logoSrc}
|
src={logoSrc}
|
||||||
@@ -37,6 +37,9 @@ export function Header() {
|
|||||||
className="h-8 w-auto cursor-pointer"
|
className="h-8 w-auto cursor-pointer"
|
||||||
/>
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
|
<span className="bg-yellow-500/20 text-yellow-500 text-xs font-bold px-2 py-1 rounded border border-yellow-500/50">
|
||||||
|
BETA TEST
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user