mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 08:28:35 +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>
|
||||
</Button>
|
||||
)}
|
||||
<GroupPollIcon size="xs" />
|
||||
<div>
|
||||
<GroupPollIcon size="xs" />
|
||||
</div>
|
||||
<h1 className="truncate text-sm font-semibold">{poll.title}</h1>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue