commit 70262d403c15a96fe660d15925338dcb2a70adfa parent 049b02aab13190b3b12d2a255e30c955f02f9da2 Author: Julian-Samuel Gebühr <julian-samuel@gebuehr.net> Date: Wed, 31 May 2023 10:23:14 +0200 [fix] Fix link to remote emoji pgae (#1845) * Replace pinafore with semaphore * Typo * Fix remote emoji link Diffstat:
M | web/source/settings/admin/emoji/local/overview.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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} </>