added updater and fixed fonts
Some checks failed
Build and Release / build (push) Failing after 1m37s
Some checks failed
Build and Release / build (push) Failing after 1m37s
This commit is contained in:
@@ -5,6 +5,7 @@ import LeftPanel from './LeftPanel';
|
||||
import CenterPanel from './CenterPanel';
|
||||
import RightPanel from './RightPanel';
|
||||
import ConfigScreen from '../config/ConfigScreen';
|
||||
import UpdateChecker from '../update/UpdateChecker';
|
||||
import styles from './AppShell.module.css';
|
||||
|
||||
export default function AppShell() {
|
||||
@@ -46,6 +47,7 @@ export default function AppShell() {
|
||||
<header className={styles.header}>
|
||||
<span className={`${styles.title} font-cinzel`}>Artificer's Scrollwork</span>
|
||||
<div className={styles.headerActions}>
|
||||
<UpdateChecker />
|
||||
<button
|
||||
className={styles.headerBtn}
|
||||
onClick={handleIndexAssets}
|
||||
|
||||
Reference in New Issue
Block a user