From 7b1cf3bccee8facae183f957689791cf00dc721d Mon Sep 17 00:00:00 2001 From: infultMK2 Date: Tue, 2 Jul 2024 06:09:47 -0400 Subject: [PATCH] fixed an issue where the View Details button wouldn't redirect --- src/components/Events.js | 2 +- src/styles/Events.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/Events.js b/src/components/Events.js index 8d332b7..12b21db 100644 --- a/src/components/Events.js +++ b/src/components/Events.js @@ -31,7 +31,7 @@ const Events = () => { - + diff --git a/src/styles/Events.css b/src/styles/Events.css index 6061d40..b467538 100644 --- a/src/styles/Events.css +++ b/src/styles/Events.css @@ -181,6 +181,11 @@ border-left: 0.5px solid #116655; } +#footDetails a { + text-decoration: none; + color: aliceblue; +} + #footDetails #redirect { display: block;