Skip to content

Commit

Permalink
run prettier for the thousandth time
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasilva414 committed Oct 24, 2024
1 parent c7a356e commit 3cc685f
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 @@ -63,7 +63,7 @@ function EventPass({ qrPayload, user, clerk, guild }: EventPassProps) {
<h1 className="mt-2 text-center text-4xl font-bold">
{user.firstName}
</h1>
<div className="flex flex-col w-full items-center justify-center space-y-3 pt-2">
<div className="flex w-full flex-col items-center justify-center space-y-3 pt-2">
<h3 className="text-center font-mono text-sm">
@{user.hackerTag}
</h3>
Expand Down

0 comments on commit 3cc685f

Please sign in to comment.