diff --git a/frontend/application/components/BannerPlacement.tsx b/frontend/application/components/BannerPlacement.tsx index 0866efa..894aaab 100644 --- a/frontend/application/components/BannerPlacement.tsx +++ b/frontend/application/components/BannerPlacement.tsx @@ -1,8 +1,7 @@ -/* eslint-disable @next/next/no-img-element */ -"use client"; import React from "react"; import Link from "next/link"; import { Banner } from "../lib/types"; +import SafeImage from "./SafeImage"; interface BannerPlacementProps { banners: Banner[]; @@ -36,14 +35,14 @@ export default function BannerPlacement({ const cardContent = (