mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
refactor: card content on preload
This commit is contained in:
committed by
Carlos Valente
parent
28452d1e38
commit
78c2bd79b5
@@ -5,7 +5,7 @@ import { useTranslation } from '../../../translation/TranslationProvider';
|
||||
import './TitleCard.scss';
|
||||
|
||||
interface TitleCardProps {
|
||||
title: string;
|
||||
title?: string;
|
||||
label?: 'now' | 'next';
|
||||
secondary?: string;
|
||||
className?: string;
|
||||
|
||||
Reference in New Issue
Block a user