refactor: card content on preload

This commit is contained in:
Carlos Valente
2025-01-24 11:05:58 +01:00
committed by Carlos Valente
parent 28452d1e38
commit 78c2bd79b5
3 changed files with 74 additions and 14 deletions
@@ -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;