summaryrefslogtreecommitdiffstats
path: root/ui/src/components/sponsors.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components/sponsors.tsx')
-rw-r--r--ui/src/components/sponsors.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/src/components/sponsors.tsx b/ui/src/components/sponsors.tsx
index 4c9d02ff..c0b36e4c 100644
--- a/ui/src/components/sponsors.tsx
+++ b/ui/src/components/sponsors.tsx
@@ -1,4 +1,5 @@
import { Component } from 'inferno';
+import { WebSocketService } from '../services';
let general =
[
@@ -17,7 +18,7 @@ export class Sponsors extends Component<any, any> {
}
componentDidMount() {
- document.title = "Sponsors - Lemmy";
+ document.title = `Sponsors - ${WebSocketService.Instance.site.name}`;
}
render() {