From 968cdc4068b877e678fa1b80b4d5f24b0010aa9a Mon Sep 17 00:00:00 2001 From: white <122345776@umail.ucc.ie> Date: Mon, 3 Mar 2025 11:35:17 +0000 Subject: [PATCH] UPDATE: Added text for email failed to send --- frontend/src/components/Layout/Footer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/Layout/Footer.tsx b/frontend/src/components/Layout/Footer.tsx index ee9859a..114db0a 100644 --- a/frontend/src/components/Layout/Footer.tsx +++ b/frontend/src/components/Layout/Footer.tsx @@ -31,6 +31,7 @@ const Footer = () => { } catch (error) { console.error("Error subscribing:", error); + alert("Could not submit, already in newsletter"); } } };