Initial commit for new panel
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import Image from "next/image";
|
||||
|
||||
export function Logo() {
|
||||
return (
|
||||
<Image
|
||||
src="/images/main-logo.svg"
|
||||
width={174}
|
||||
height={32}
|
||||
alt="NextAdmin logo"
|
||||
role="presentation"
|
||||
quality={100}
|
||||
className="dark:invert"
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user