Skip to content

Commit

Permalink
fix: Use relative image path for logo (#376) (#377)
Browse files Browse the repository at this point in the history
* fix: Show logo in navbar

* fix: Show logo in top navbar

* fix: Use image path relative to root path
  • Loading branch information
getwithashish authored Jul 18, 2024
1 parent dcfc6b3 commit a77f5ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed exam_frontend/public/experion technologies.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const SidebarComponentNew = ({ children }: any) => {
<div className="justify-center p-2items-center pt-6 mx-8">
<img
className="h-8"
src="experion technologies.png"
src="/images/experion technologies.png"
alt="Company Logo"
/>
</div>
Expand Down

0 comments on commit a77f5ba

Please sign in to comment.