mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #42 from Hestia-Homes/costs-migration
adding new logo to home
This commit is contained in:
commit
cf47b05e21
2 changed files with 3 additions and 3 deletions
BIN
public/domna_logo_blue_transparent_background.png
Normal file
BIN
public/domna_logo_blue_transparent_background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
|
|
@ -34,10 +34,10 @@ export default async function Home({
|
|||
<div className="w-full max-w-lg p-8 rounded-lg flex flex-col items-center justify-center">
|
||||
<Image
|
||||
className="mb-8"
|
||||
src="/HestiaLogoWhite.png"
|
||||
src="/domna_logo_blue_transparent_background.png"
|
||||
alt="Logo"
|
||||
height={200}
|
||||
width={200}
|
||||
height={300}
|
||||
width={300}
|
||||
/>
|
||||
<h1 className="text-4xl font-medium text-brandblue mb-8 text-center">
|
||||
Sign in to your account
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue