feat(fe): enable site name customization
This commit is contained in:
parent
939eb8e8b7
commit
b3574b64fb
2 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@ export class AuthPane extends React.Component<Props, State, {}> {
|
||||||
className="h5"
|
className="h5"
|
||||||
id="title"
|
id="title"
|
||||||
>
|
>
|
||||||
Quickshare
|
{this.props.ui.clientCfg.siteName}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div className="hr"></div>
|
<div className="hr"></div>
|
||||||
|
|
|
@ -64,7 +64,7 @@ export class TopBar extends React.Component<Props, State, {}> {
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="h5 bold"
|
className="h5 bold"
|
||||||
>
|
>
|
||||||
Quickshare
|
{this.props.ui.clientCfg.siteName}
|
||||||
</a>,
|
</a>,
|
||||||
<QRCodeIcon
|
<QRCodeIcon
|
||||||
value={document.URL}
|
value={document.URL}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue