mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 06:59:09 +00:00
PIP + style consistency
small style changes to make screens consistent
This commit is contained in:
@@ -6,7 +6,7 @@ import { AnimatePresence, motion } from 'framer-motion';
|
||||
import TitleSide from '../../../common/components/views/TitleSide';
|
||||
import { useEffect } from 'react';
|
||||
|
||||
export default function StageManager(props) {
|
||||
export default function Public(props) {
|
||||
const { publ, publicTitle, time, events, publicSelectedId, general } = props;
|
||||
|
||||
// Set window title
|
||||
@@ -32,8 +32,6 @@ export default function StageManager(props) {
|
||||
x: -1500,
|
||||
},
|
||||
};
|
||||
|
||||
console.log('debug', events)
|
||||
return (
|
||||
<div className={style.container__gray}>
|
||||
<NavLogo />
|
||||
|
||||
Reference in New Issue
Block a user