[fix] Fix link to remote emoji pgae (#1845)

* Replace pinafore with semaphore

* Typo

* Fix remote emoji link
This commit is contained in:
Julian-Samuel Gebühr 2023-05-31 10:23:14 +02:00 committed by GitHub
parent 049b02aab1
commit 70262d403c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ module.exports = function EmojiOverview({ }) {
<p>
To use custom emoji in your toots they have to be 'local' to the instance.
You can either upload them here directly, or copy from those already
present on other (known) instances through the <Link to={`../remote`}>Remote Emoji</Link> page.
present on other (known) instances through the <Link to={`./remote`}>Remote Emoji</Link> page.
</p>
{content}
</>