mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Update contact.tsx (#258)
Convert /c/lemmy_support to !lemmy_support@lemmy.ml
This commit is contained in:
parent
3a44c1582e
commit
17ecc71ba8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const ContactBlock = () => (
|
|||
<div className="card w-96 card-bordered bg-neutral-900 shadow-xl">
|
||||
<div className="card-body items-center p-8">
|
||||
<ContactBtn
|
||||
title="/c/lemmy_support"
|
||||
title="!lemmy_support@lemmy.ml"
|
||||
url="https://lemmy.ml/c/lemmy_support"
|
||||
/>
|
||||
<ContactBtn
|
||||
|
|
Loading…
Reference in a new issue