Added logo

This commit is contained in:
Khalim Conn-Kowlessar 2023-05-31 18:34:30 +01:00
parent 7ce724d306
commit ea9c7d0edc
2 changed files with 2 additions and 2 deletions

BIN
public/hestiaSymbol.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View file

@ -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>