feat: refactor of my stay

This commit is contained in:
Simon Emanuelsson
2025-04-25 14:08:14 +02:00
committed by Simon.Emanuelsson
parent b5deb84b33
commit ec087a3d15
208 changed files with 5458 additions and 4569 deletions

View File

@@ -9,7 +9,7 @@ export enum AnimationStateEnum {
export type AnimationState = keyof typeof AnimationStateEnum
export type ModalProps = {
onAnimationComplete?: VoidFunction
onAnimationComplete?: () => void
title?: string
subtitle?: string
withActions?: boolean

View File

@@ -269,7 +269,7 @@
font-style: normal;
font-weight: 400;
font-display: block;
src: url(/_static/fonts/material-symbols/rounded-112272ae.woff2)
src: url(/_static/fonts/material-symbols/rounded-a03ed056.woff2)
format('woff2');
}