Added icon and a Readme

This commit is contained in:
Pijus Kamandulis
2024-10-19 19:20:49 +03:00
parent b2e6b02b2e
commit 048f8e53cc
4 changed files with 109 additions and 4 deletions

View File

@@ -26,9 +26,9 @@ const Header = () => {
<div className="flex lg:flex-1">
<Link
to="/"
className="text-sm font-semibold leading-6 text-gray-900 dark:text-gray-100"
className="flex flex-row items-center gap-2 text-sm font-semibold leading-6 text-gray-900 dark:text-gray-100"
>
Scrummie-Poker
<img className="h-8 w-auto" src="/icon.svg" alt="" /> Scrummie-Poker
</Link>
</div>