mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
[fix] Fix link to remote emoji pgae (#1845)
* Replace pinafore with semaphore * Typo * Fix remote emoji link
This commit is contained in:
parent
049b02aab1
commit
70262d403c
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue