fix: skeletons wasn't center aligned

This commit is contained in:
Joakim Jäderberg
2024-11-22 11:19:17 +01:00
parent 2ba25a70ba
commit a1c5ae95be
2 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,3 @@
import Body from "@/components/TempDesignSystem/Text/Body"
import { getIntl } from "@/i18n"
import { RoomCardSkeleton } from "../RoomSelection/RoomCard/RoomCardSkeleton"
import styles from "./RoomsContainerSkeleton.module.css"
@@ -10,7 +7,6 @@ type Props = {
}
export async function RoomsContainerSkeleton({ count = 4 }: Props) {
const intl = await getIntl()
return (
<div className={styles.container}>
<div className={styles.filterContainer}></div>