Skip to content

Commit

Permalink
with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
meisullum committed Dec 17, 2024
1 parent 87df924 commit 2376338
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/web/src/app/admin/users/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ export default async function Page({ params }: { params: { slug: string } }) {
<Link href={`/@${user.hackerTag}`} target="_blank">
<Button variant={"outline"}>Hacker Profile</Button>
</Link>

<Link href="mailto:${user.email}">
<Button variant={"outline"}>
Email Hacker
</Button>
<Button variant={"outline"}>Email Hacker</Button>
</Link>

<UpdateRoleDialog
Expand Down

0 comments on commit 2376338

Please sign in to comment.