mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
💄 Stop icon from shrinking
This commit is contained in:
parent
526122b19e
commit
82f6d81e9b
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ const Layout = ({ children }: React.PropsWithChildren) => {
|
||||||
</Link>
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
<GroupPollIcon size="xs" />
|
<div>
|
||||||
|
<GroupPollIcon size="xs" />
|
||||||
|
</div>
|
||||||
<h1 className="truncate text-sm font-semibold">{poll.title}</h1>
|
<h1 className="truncate text-sm font-semibold">{poll.title}</h1>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue