💄 Remove beta badge (#751)

This commit is contained in:
Luke Vella 2023-07-14 15:17:53 +01:00 committed by GitHub
parent 2e5468ed65
commit becc7a7930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,9 +89,6 @@ const Logo = () => {
> >
{isBusy ? <Spinner /> : null} {isBusy ? <Spinner /> : null}
</div> </div>
<div className="rounded-full border px-2 py-0.5 text-xs text-gray-400">
Beta
</div>
</div> </div>
); );
}; };