diff --git a/examples/example-umami/components/block--banner.tsx b/examples/example-umami/components/block--banner.tsx index 7fff1da95..2558da61c 100644 --- a/examples/example-umami/components/block--banner.tsx +++ b/examples/example-umami/components/block--banner.tsx @@ -22,10 +22,9 @@ export function BlockBanner({ block }: BlockBannerProps) { - - {block.field_content_link.title} - + {block.field_content_link.title} )} diff --git a/examples/example-umami/components/breadcrumbs.tsx b/examples/example-umami/components/breadcrumbs.tsx index cb331c8e1..a9b0dc200 100644 --- a/examples/example-umami/components/breadcrumbs.tsx +++ b/examples/example-umami/components/breadcrumbs.tsx @@ -25,8 +25,8 @@ export function Breadcrumbs({ items, ...props }: BreadcrumbsProps) { {items.map((item, index) => (
  • {item.url ? ( - - {item.title} + + {item.title} ) : ( item.title diff --git a/examples/example-umami/components/footer.tsx b/examples/example-umami/components/footer.tsx index 1dd462a30..96fd316e9 100644 --- a/examples/example-umami/components/footer.tsx +++ b/examples/example-umami/components/footer.tsx @@ -34,8 +34,13 @@ export function Footer({ menus, blocks }: FooterProps) {
    {blocks.recipeCollections.map((tag) => ( - - {tag.name} + + {tag.name} ))}
    @@ -70,10 +75,9 @@ export function Footer({ menus, blocks }: FooterProps) { "" )} passHref + className="text-sm underline transition-colors hover:bg-black" > - - {blocks.footerPromo.field_content_link.title} - + {blocks.footerPromo.field_content_link.title} )} diff --git a/examples/example-umami/components/form--search.tsx b/examples/example-umami/components/form--search.tsx index 59e1ebdb1..c0edbe963 100644 --- a/examples/example-umami/components/form--search.tsx +++ b/examples/example-umami/components/form--search.tsx @@ -20,11 +20,9 @@ export function FormSearch({ className, ...props }: FormSearchProps) { return ( <> - - - {t("search")} - - + + {t("search")} +