Skip to content

Commit b921d3b

Browse files
authored
Merge pull request #165 from Lemoncode/feature/beta-sign
update Beta
2 parents 8d7ffd6 + c4edd6d commit b921d3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

front/src/layouts/header.component.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ export const HeaderComponent: FC = () => {
88
<Link href="/" className="link-accessible text-lg font-bold">
99
<img src="/images/logo.svg" alt="InfoEmbalse logo" />
1010
</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>
1114
</div>
1215
</header>
1316
);

0 commit comments

Comments
 (0)