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"
|
||||
id="title"
|
||||
>
|
||||
Quickshare
|
||||
{this.props.ui.clientCfg.siteName}
|
||||
</a>
|
||||
|
||||
<div className="hr"></div>
|
||||
|
|
|
@ -64,7 +64,7 @@ export class TopBar extends React.Component<Props, State, {}> {
|
|||
target="_blank"
|
||||
className="h5 bold"
|
||||
>
|
||||
Quickshare
|
||||
{this.props.ui.clientCfg.siteName}
|
||||
</a>,
|
||||
<QRCodeIcon
|
||||
value={document.URL}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue