Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
meisullum committed Dec 4, 2024
1 parent 0d02788 commit 694734a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions apps/web/src/app/admin/users/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,12 @@ export default async function Page({ params }: { params: { slug: string } }) {
</h2>
{/* <p className="mt-5 text-sm">{team.bio}</p> */}
<div className="mt-5 flex gap-x-2">

{user.isRSVPed &&
(<Badge className="no-select bg-gradient-to-r from-teal-400 to-blue-500 bg-clip-padding text-center hover:from-teal-500 hover:to-blue-600">
<CalendarCheck className="mr-1 h-3 w-3" />
RSVP
</Badge>)
}
{user.isRSVPed && (
<Badge className="no-select bg-gradient-to-r from-teal-400 to-blue-500 bg-clip-padding text-center hover:from-teal-500 hover:to-blue-600">
<CalendarCheck className="mr-1 h-3 w-3" />
RSVP
</Badge>
)}

<Badge className="no-select">
Joined{" "}
Expand All @@ -96,7 +95,6 @@ export default async function Page({ params }: { params: { slug: string } }) {
.slice(1)
.join(" ")}
</Badge>

</div>
</div>
<div className="col-span-2 overflow-x-hidden">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prettier": "^3.3.3",
"turbo": "^2.0.9"
},
"packageManager": "[email protected]+sha512.d264f6640bf4f09de7cfcc547568515bcf0613cf485a03e8ff16616fa69c4172b6f9a0a2925ee44fb060df565c9c9a8eaf061749e77af318cb77f6684a7051f3",
"packageManager": "[email protected]",
"name": "hackkit",
"dependencies": {
"prettier-plugin-tailwindcss": "^0.6.5"
Expand Down

0 comments on commit 694734a

Please sign in to comment.