💄 Stop icon from shrinking

This commit is contained in:
Luke Vella 2024-07-05 08:24:20 +01:00
parent 526122b19e
commit 82f6d81e9b

View file

@ -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>