mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 23:19:09 +00:00
style cleanup + tweaks
Title <> Subtitle relationships Animat ein
This commit is contained in:
@@ -21,7 +21,14 @@ export default function PreviewContainer() {
|
||||
|
||||
<div className={styles.previewItem}>
|
||||
<IFrameLoader title='Audience' src={`${serverURL}/public`} />
|
||||
<div className={styles.label}>Audience</div>
|
||||
<a
|
||||
href={`${serverURL}/public`}
|
||||
target='_blank'
|
||||
rel='noreferrer'
|
||||
className={styles.label}
|
||||
>
|
||||
Audience
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div className={styles.previewItem}>
|
||||
|
||||
Reference in New Issue
Block a user