mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Added logo
This commit is contained in:
parent
7ce724d306
commit
ea9c7d0edc
2 changed files with 2 additions and 2 deletions
BIN
public/hestiaSymbol.png
Normal file
BIN
public/hestiaSymbol.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
|
|
@ -26,8 +26,8 @@ function Nav({ pageName }: { pageName: string }) {
|
|||
<div className="flex items-center">
|
||||
<div className="flex-shrink-0">
|
||||
<img
|
||||
className="h-8 w-8"
|
||||
src="https://tailwindui.com/img/logos/workflow-mark-indigo-500.svg"
|
||||
className="h-10 w-24"
|
||||
src="/hestiaSymbol.png"
|
||||
alt="Workflow"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue