Move GitHub corner and visually-hidden class (#1336)
* Move visually-hidden class to index.html * Replace github corner with component * Momoize GitHubCorner * Simplify component return
This commit is contained in:
@ -25,6 +25,7 @@ import { RoomDialog } from "./RoomDialog";
|
||||
import { ErrorDialog } from "./ErrorDialog";
|
||||
import { ShortcutsDialog } from "./ShortcutsDialog";
|
||||
import { LoadingMessage } from "./LoadingMessage";
|
||||
import { GitHubCorner } from "./GitHubCorner";
|
||||
|
||||
interface LayerUIProps {
|
||||
actionManager: ActionManager;
|
||||
@ -194,6 +195,9 @@ export const LayerUI = React.memo(
|
||||
</Stack.Col>
|
||||
</div>
|
||||
</FixedSideContainer>
|
||||
<aside>
|
||||
<GitHubCorner />
|
||||
</aside>
|
||||
<footer role="contentinfo">
|
||||
<LanguageList
|
||||
onChange={(lng) => {
|
||||
|
Reference in New Issue
Block a user