Added logo

This commit is contained in:
CHIEFSOFT\ameye
2025-07-21 06:55:28 -04:00
parent 710aec5990
commit fe23c9c598
3 changed files with 5 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

+5 -3
View File
@@ -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>
)
}