Remove email address from contact page (#169)

People are using it for basic support which should go through other
channels

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
Nutomic 2023-06-09 16:50:46 +02:00 committed by GitHub
parent 83b3ae696a
commit 686c773534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 179230 additions and 33558 deletions

View file

@ -25,9 +25,6 @@ export class Contact extends Component<any, any> {
<li> <li>
<a href="https://github.com/LemmyNet">GitHub</a> <a href="https://github.com/LemmyNet">GitHub</a>
</li> </li>
<li>
<a href="mailto:contact@join-lemmy.org">contact@join-lemmy.org</a>
</li>
</ul> </ul>
</div> </div>
</div> </div>

File diff suppressed because one or more lines are too long