Skip to content

Commit

Permalink
Update support links in content-policy page
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Apr 12, 2024
1 parent aceb5e7 commit ce361c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app/legal/content-policy/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ export default function ContentPolicy() {
</p>

<div className="flex mt-2 gap-x-2">
<Link href={config.supportInviteUrl} as='button' className='px-3 py-1 text-sm font-medium !text-white no-underline bg-black rounded-lg dark:bg-white dark:!text-black dark:hover:bg-white/70 hover:bg-black/70'>
<Link href={config.supportInviteUrl} className='px-3 py-1 text-sm font-medium !text-white no-underline bg-black rounded-lg dark:bg-white dark:!text-black dark:hover:bg-white/70 hover:bg-black/70'>
Discord Server
</Link>
<Link href='mailto:legal@discord.place' as='button' className='px-3 py-1 text-sm font-medium !text-white no-underline bg-black rounded-lg dark:bg-white dark:!text-black dark:hover:bg-white/70 hover:bg-black/70'>
<Link href='mailto:legal@discord.place' className='px-3 py-1 text-sm font-medium !text-white no-underline bg-black rounded-lg dark:bg-white dark:!text-black dark:hover:bg-white/70 hover:bg-black/70'>
Email
</Link>
</div>
Expand Down

0 comments on commit ce361c8

Please sign in to comment.