diff --git a/.gitignore b/.gitignore index 236a729eb..6ae0ae193 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ ui/src/translations # ide config .idea/ + +target diff --git a/ui/src/components/community.tsx b/ui/src/components/community.tsx index 23f725e7c..76e6450e2 100644 --- a/ui/src/components/community.tsx +++ b/ui/src/components/community.tsx @@ -177,7 +177,7 @@ export class Community extends Component { get documentTitle(): string { if (this.state.community.name) { - return `/c/${this.state.community.name} - ${this.state.site.name}`; + return `!${this.state.community.name} - ${this.state.site.name}`; } else { return 'Lemmy'; } diff --git a/ui/src/components/inbox.tsx b/ui/src/components/inbox.tsx index 1c94032b3..eff7efcf1 100644 --- a/ui/src/components/inbox.tsx +++ b/ui/src/components/inbox.tsx @@ -112,7 +112,7 @@ export class Inbox extends Component { get documentTitle(): string { if (this.state.site.name) { - return `/u/${UserService.Instance.user.name} ${i18n.t('inbox')} - ${ + return `@${UserService.Instance.user.name} ${i18n.t('inbox')} - ${ this.state.site.name }`; } else { @@ -206,7 +206,7 @@ export class Inbox extends Component { return (