diff options
author | 2023-05-31 10:23:14 +0200 | |
---|---|---|
committer | 2023-05-31 10:23:14 +0200 | |
commit | 70262d403c15a96fe660d15925338dcb2a70adfa (patch) | |
tree | 64bf10163b61a23eab42e493e7aae4efd406c46b | |
parent | [chore]: Bump github.com/microcosm-cc/bluemonday from 1.0.23 to 1.0.24 (#1843) (diff) | |
download | gotosocial-70262d403c15a96fe660d15925338dcb2a70adfa.tar.xz |
[fix] Fix link to remote emoji pgae (#1845)
* Replace pinafore with semaphore
* Typo
* Fix remote emoji link
-rw-r--r-- | web/source/settings/admin/emoji/local/overview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/settings/admin/emoji/local/overview.js b/web/source/settings/admin/emoji/local/overview.js index 757729c38..e8d35ff54 100644 --- a/web/source/settings/admin/emoji/local/overview.js +++ b/web/source/settings/admin/emoji/local/overview.js @@ -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} </> |