De-Tootening

This commit is contained in:
Mike Barnes 2022-05-23 20:00:49 +10:00
commit 428bbbd27c
3 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ const componentMap = {
};
const messages = defineMessages({
publish: { id: 'compose_form.publish', defaultMessage: 'Toot' },
publish: { id: 'compose_form.publish', defaultMessage: 'Post' },
});
const shouldHideFAB = path => path.match(/^\/statuses\/|^\/@[^/]+\/\d+|^\/publish|^\/explore|^\/getting-started|^\/start/);