mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
refactor: ♻️ Use new Versia branding
This commit is contained in:
parent
d3a2d84a40
commit
8e92899b84
4 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import logo from "@/images/branding/logo.webp";
|
||||
import clsx from "clsx";
|
||||
import type { ComponentPropsWithoutRef } from "react";
|
||||
|
||||
|
|
@ -11,7 +10,11 @@ export function Logo(props: ComponentPropsWithoutRef<"div">) {
|
|||
props.className,
|
||||
)}
|
||||
>
|
||||
<img src={logo.src} alt="Logo" className="h-full rounded-sm" />
|
||||
<img
|
||||
src="https://cdn.versia.pub/branding/icon.svg"
|
||||
alt="Logo"
|
||||
className="h-full rounded-sm"
|
||||
/>
|
||||
<span className="fill-zinc-900 dark:fill-white font-semibold text-lg">
|
||||
Versia Protocol
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue