summaryrefslogtreecommitdiffstats
path: root/ui/src/components/create-community.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-22 09:24:13 -0700
committerDessalines <tyhou13@gmx.com>2019-04-22 09:24:13 -0700
commit466f988f47d858274c6de562a2ecc4ec6466bd4d (patch)
tree1d92e0775c0bf8be7b1d88ab9302d5314b691d9d /ui/src/components/create-community.tsx
parent1fce49ceefa685ac00d469a597748123df98f128 (diff)
Adding document titles.
- Fixes #100
Diffstat (limited to 'ui/src/components/create-community.tsx')
-rw-r--r--ui/src/components/create-community.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/src/components/create-community.tsx b/ui/src/components/create-community.tsx
index 0e806dbb..fb264ab2 100644
--- a/ui/src/components/create-community.tsx
+++ b/ui/src/components/create-community.tsx
@@ -8,6 +8,10 @@ export class CreateCommunity extends Component<any, any> {
this.handleCommunityCreate = this.handleCommunityCreate.bind(this);
}
+ componentDidMount() {
+ document.title = "Create Forum - Lemmy";
+ }
+
render() {
return (
<div class="container">