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() {
|
||||
return (
|
||||
<div className="w-20 rounded cursor-pointer bg-black text-white p-2 flex flex-col justify-center items-center gap-0">
|
||||
<h1 className="text-sm font-bold">digiFI</h1>
|
||||
<p className="text-12">logo here</p>
|
||||
<div>
|
||||
<img src={SiteLogo} className='w-4/5 md:w-80 h-auto' alt='error logo' />
|
||||
{/*<h1 className="text-sm font-bold">MERMS</h1>*/}
|
||||
{/*<p className="text-12">logo here</p>*/}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user