mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-30 22:49:03 +02:00
change title to uppercase
This commit is contained in:
parent
db273cec0e
commit
68f3742a59
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export default async function Layout({
|
|||
>
|
||||
<div className="flex w-full items-center justify-start gap-4">
|
||||
<LogoLinkTermite />
|
||||
<h1 className="gruene-type text-3xl">Termite</h1>
|
||||
<h1 className="gruene-type text-3xl">TERMITE</h1>
|
||||
<div className="flex-grow" />
|
||||
<ProBadge />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue