mirror of
https://github.com/pikami/scrummie-poker.git
synced 2026-04-17 03:49:23 +01:00
Added icon and a Readme
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user