diff --git a/apps/infoalloggi/src/components/ui/breadcrumb.tsx b/apps/infoalloggi/src/components/ui/breadcrumb.tsx
index f1e2cc3..61fba81 100644
--- a/apps/infoalloggi/src/components/ui/breadcrumb.tsx
+++ b/apps/infoalloggi/src/components/ui/breadcrumb.tsx
@@ -12,7 +12,7 @@ function BreadcrumbList({ className, ...props }: React.ComponentProps<"ol">) {
return (
diff --git a/apps/infoalloggi/src/components/ui/checkbox.tsx b/apps/infoalloggi/src/components/ui/checkbox.tsx
index d2d6ce3..9c36f2d 100644
--- a/apps/infoalloggi/src/components/ui/checkbox.tsx
+++ b/apps/infoalloggi/src/components/ui/checkbox.tsx
@@ -11,7 +11,7 @@ function Checkbox({
return (
{children}
-
+
);
diff --git a/apps/infoalloggi/src/components/videoPlayer.tsx b/apps/infoalloggi/src/components/videoPlayer.tsx
index b4c445a..bce2c3c 100644
--- a/apps/infoalloggi/src/components/videoPlayer.tsx
+++ b/apps/infoalloggi/src/components/videoPlayer.tsx
@@ -74,7 +74,7 @@ export function VideoPlayer({
{title && (
-
+
{title}
)}
diff --git a/apps/infoalloggi/src/forms/FormContattoAnnuncio.tsx b/apps/infoalloggi/src/forms/FormContattoAnnuncio.tsx
index 72bd73d..8032913 100644
--- a/apps/infoalloggi/src/forms/FormContattoAnnuncio.tsx
+++ b/apps/infoalloggi/src/forms/FormContattoAnnuncio.tsx
@@ -170,7 +170,7 @@ export const FormContattoAnnucio = ({ codice }: { codice: string }) => {