We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d7ffd6 + c4edd6d commit b921d3bCopy full SHA for b921d3b
1 file changed
front/src/layouts/header.component.tsx
@@ -8,6 +8,9 @@ export const HeaderComponent: FC = () => {
8
<Link href="/" className="link-accessible text-lg font-bold">
9
<img src="/images/logo.svg" alt="InfoEmbalse logo" />
10
</Link>
11
+ <span className="badge badge-sm ml-3 translate-y-[2px] border-primary bg-primary/10 text-primary font-semibold tracking-wide">
12
+ Beta
13
+ </span>
14
</div>
15
</header>
16
);
0 commit comments