mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
♻️ Make user session optional (#1515)
This commit is contained in:
parent
f6a0bca4f8
commit
58d5c42a6c
31 changed files with 343 additions and 549 deletions
|
@ -56,9 +56,7 @@ export async function QuickCreateWidget() {
|
|||
<GroupPollIcon size="lg" />
|
||||
</div>
|
||||
<div className="min-w-0 flex-1">
|
||||
<div className="truncate font-medium">
|
||||
<Link href={`/poll/${poll.id}`}>{poll.title}</Link>
|
||||
</div>
|
||||
<div className="truncate font-medium">{poll.title}</div>
|
||||
<div className="text-muted-foreground whitespace-nowrap text-sm">
|
||||
<RelativeDate date={poll.createdAt} />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue