Fixed Logo Source File
This commit is contained in:
parent
a2474ab257
commit
35d4e79b3e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import navbarPages from "../data/navbarPages.json";
|
|||
<div>
|
||||
<div class="bg-white flex justify-between items-center">
|
||||
<a class="h-20 flex items-center p-2 z-20 w-auto scale-[85%]" href="/">
|
||||
<img src="logos/ieeelogo_full.png" class="h-14" alt="IEEE Logo" />
|
||||
<img src="/logos/ieeelogo_full.png" class="h-14" alt="IEEE Logo" />
|
||||
</a>
|
||||
<nav class="xl:block items-center px-6 hidden">
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue