Skip to content

Commit

Permalink
updates pass
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelp committed Sep 17, 2024
1 parent ef73c37 commit 2253ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/dash/pass/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function EventPass({ qrPayload, user, clerk, guild }: EventPassProps) {
)}`}</p>
</div>
</div>
<div className="flex h-[25%] w-full items-center justify-center border-dashed border-muted">
<div className="flex h-40 w-full items-center justify-center border-dashed border-muted">
<Drawer>
<DrawerTrigger asChild>
<div className="flex aspect-square h-[90%] items-center justify-center overflow-x-hidden rounded-xl border-2 border-muted p-2">
Expand Down

0 comments on commit 2253ede

Please sign in to comment.