Added logo
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
@@ -1,8 +1,10 @@
|
|||||||
|
import SiteLogo from '../../src/assets/logo-pink.png'
|
||||||
export default function DummyLogo() {
|
export default function DummyLogo() {
|
||||||
return (
|
return (
|
||||||
<div className="w-20 rounded cursor-pointer bg-black text-white p-2 flex flex-col justify-center items-center gap-0">
|
<div>
|
||||||
<h1 className="text-sm font-bold">digiFI</h1>
|
<img src={SiteLogo} className='w-4/5 md:w-80 h-auto' alt='error logo' />
|
||||||
<p className="text-12">logo here</p>
|
{/*<h1 className="text-sm font-bold">MERMS</h1>*/}
|
||||||
|
{/*<p className="text-12">logo here</p>*/}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user