From 2983432be231705947b67a3949fdb0fd780a7120 Mon Sep 17 00:00:00 2001 From: GauthierWebDev Date: Mon, 21 Apr 2025 13:18:48 +0200 Subject: [PATCH] feat: Update Iframe component class attribute --- app/components/Iframe.tsx | 16 +++++---- app/pages/certifications/dwwm/at1/+Page.mdx | 33 ++++++++++++++++--- .../certifications/dwwm/at1/cp2/+Page.mdx | 2 +- app/pages/certifications/dwwm/at2/+Page.mdx | 32 +++++++++++++++--- 4 files changed, 67 insertions(+), 16 deletions(-) diff --git a/app/components/Iframe.tsx b/app/components/Iframe.tsx index e7a91ae..3791435 100644 --- a/app/components/Iframe.tsx +++ b/app/components/Iframe.tsx @@ -10,12 +10,14 @@ type IframeProps = { export default function Iframe(props: IframeProps) { return ( -