Remove email address from contact page

People are using it for basic support which should go through other
channels
This commit is contained in:
Felix Ableitner 2023-06-09 11:32:51 +02:00
parent cb4e876313
commit 4e9030d805
3 changed files with 179231 additions and 33559 deletions

@ -1 +1 @@
Subproject commit 47430c9a9b52e917830901506d16ae6cd6a3f05e Subproject commit df26dfce6f71539be86635495aad8d4c95a746a6

View file

@ -26,9 +26,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