Images for icons

This commit is contained in:
CHIEFSOFT\ameye
2024-12-05 11:57:38 -05:00
parent 47d5ae9c19
commit 8df88837ab
6 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

+2 -2
View File
@@ -24,8 +24,8 @@ export default function Home() {
<div className="navbar-header d-flex align-items-center">
<a href="javascript:void:(0)" className="mobile-toggle"><i className="ti ti-align-right"></i></a>
<a className="navbar-brand" href="index.html">
<img src="assets/img/logo-light.png" className="img-fluid logo-desktop" alt="logo"/>
<img src="assets/img/logo-icon.png" className="img-fluid logo-mobile" alt="logo"/>
<img src="./../assets/img/logo-light.png" className="img-fluid logo-desktop" alt="logo"/>
<img src="./../assets/img/logo-icon.png" className="img-fluid logo-mobile" alt="logo"/>
</a>
</div>
<button className="navbar-toggler" type="button" data-toggle="collapse"