diff --git a/web/public/index.html b/web/public/index.html
index 403c8f8..df1c16c 100644
--- a/web/public/index.html
+++ b/web/public/index.html
@@ -4,10 +4,11 @@
+
-
+
TorrServer MatriX
diff --git a/web/src/components/About/index.jsx b/web/src/components/About/index.jsx
index 180cad2..b025ae5 100644
--- a/web/src/components/About/index.jsx
+++ b/web/src/components/About/index.jsx
@@ -3,12 +3,13 @@ import { useEffect, useState } from 'react'
import Button from '@material-ui/core/Button'
import Dialog from '@material-ui/core/Dialog'
import InfoIcon from '@material-ui/icons/Info'
-import ListItem from '@material-ui/core/ListItem'
import ListItemIcon from '@material-ui/core/ListItemIcon'
import ListItemText from '@material-ui/core/ListItemText'
import { useTranslation } from 'react-i18next'
import { useMediaQuery } from '@material-ui/core'
import { echoHost } from 'utils/Hosts'
+import StyledMenuButtonWrapper from 'style/StyledMenuButtonWrapper'
+import { isStandaloneApp } from 'utils/Utils'
import LinkComponent from './LinkComponent'
import { DialogWrapper, HeaderSection, ThanksSection, Section, FooterSection } from './style'
@@ -24,12 +25,22 @@ export default function AboutDialog() {
return (
<>
- setOpen(true)}>
-
-
-
-
-
+ setOpen(true)}>
+ {isStandaloneApp ? (
+ <>
+
+ {t('About')}
+ >
+ ) : (
+ <>
+
+
+
+
+
+ >
+ )}
+