mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
refactor: ♻️ Remove all "dev" indicators
This commit is contained in:
parent
3c39ace667
commit
635fae0c54
4 changed files with 7 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import clsx from "clsx";
|
||||
import type { ComponentPropsWithoutRef } from "react";
|
||||
import { Badge } from "./Metadata";
|
||||
// Uncomment this on dev branches
|
||||
// import { Badge } from "./Metadata";
|
||||
|
||||
export function Logo(props: ComponentPropsWithoutRef<"div">) {
|
||||
return (
|
||||
|
|
@ -17,7 +18,7 @@ export function Logo(props: ComponentPropsWithoutRef<"div">) {
|
|||
className="h-full rounded-sm"
|
||||
/>
|
||||
<span className="fill-zinc-900 dark:fill-white font-semibold text-lg">
|
||||
Versia Protocol <Badge className="!h-6">Dev</Badge>
|
||||
Versia Protocol {/* <Badge className="!h-6">Dev</Badge> */}
|
||||
</span>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue