upload 29/12
This commit is contained in:
7
src/components/other/Header/Logo.tsx
Normal file
7
src/components/other/Header/Logo.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function Logo(){
|
||||
return(
|
||||
<a href="/">
|
||||
<img src="/images/logo.png" alt="logo" width={1} height={1} className="block w-auto max-h-[56px]" />
|
||||
</a>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user