abstract logo

This commit is contained in:
Hri7566 2023-07-12 10:53:15 -04:00
parent 713f72820e
commit 8d745ba753
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
import Image from "next/image";
export const Logo = () => {
return (
<div id="logo">
<Image src="/xcl.png" alt="XCL" width={209} height={105} />
</div>
);
};