added wrenchboard icons

This commit is contained in:
Ebube
2023-10-18 00:06:12 +01:00
parent 122e2c59b8
commit d092c6f909
11 changed files with 43 additions and 44 deletions
+2 -2
View File
@@ -46,13 +46,13 @@ const Sidebar = ({ toogleActive }) => {
>
<Link href='/'>
<img
src="/images/logo.png" alt="Logo"
src="/images/logos/wrenchboard-logo.png" alt="Logo"
className='black-logo'
/>
{/* For Dark Variation */}
<img
src="/images/logo-white.png" alt="Logo"
src="/images/logos/wrenchboard-logo.png" alt="Logo"
className='white-logo'
/>
</Link>