feat(app): more homepage style updates

This commit is contained in:
rektdeckard
2023-03-13 12:21:55 -06:00
parent a14bdfb281
commit 94e66c3893
19 changed files with 679 additions and 79 deletions

View File

@@ -79,7 +79,7 @@ const Footer = (_: FooterProps) => {
)
}
>
<Coffee size={24} weight="fill" />
<Coffee size={24} />
Buy us a coffee
</button>
<button
@@ -92,7 +92,7 @@ const Footer = (_: FooterProps) => {
)
}
>
<Heart size={24} weight="fill" />
<Heart size={24} />
Become a patron
</button>
</div>