started redesign on dashbaord. changed vite basename to /Mobile, currently folkstone address
This commit is contained in:
@@ -10,7 +10,7 @@ const Card = ({ children, className }: CardProps) => {
|
||||
return (
|
||||
<div
|
||||
className={clsx(
|
||||
"bg-[#253445] rounded-lg mt-4 mx-2 px-4 py-4 shadow-2xl overflow-y-auto md:row-span-1",
|
||||
"bg-[#253445] rounded-lg mt-4 mx-2 shadow-2xl overflow-x-hidden md:row-span-1 px-2",
|
||||
className
|
||||
)}
|
||||
>
|
||||
|
||||
@@ -5,7 +5,7 @@ import NumberPlate from "../PlateStack/NumberPlate";
|
||||
import type { SightingType } from "../../types/types";
|
||||
|
||||
type CameraOverviewHeaderProps = {
|
||||
title: string;
|
||||
title?: string;
|
||||
icon?: IconProp;
|
||||
img?: string;
|
||||
sighting?: SightingType | null;
|
||||
|
||||
Reference in New Issue
Block a user