mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
Merge branch 'main' into feat/v0.6
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
This commit is contained in:
commit
dac5d26e0e
24 changed files with 808 additions and 469 deletions
|
|
@ -15,10 +15,10 @@ export function Logo(props: ComponentPropsWithoutRef<"div">) {
|
|||
<img
|
||||
src="https://cdn.versia.pub/branding/icon.svg"
|
||||
alt="Logo"
|
||||
className="h-full rounded-sm"
|
||||
className="h-full rounded-xs"
|
||||
/>
|
||||
<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