From 9e6eeb27fd4002600516ae5a057c53fbd82bfe99 Mon Sep 17 00:00:00 2001 From: "luisa.bellitto" Date: Thu, 26 Jun 2025 09:33:27 +0200 Subject: [PATCH] change curser to pointer --- code/frontend/src/components/footer.css | 1 + 1 file changed, 1 insertion(+) diff --git a/code/frontend/src/components/footer.css b/code/frontend/src/components/footer.css index 2ee9470..bbe35f1 100644 --- a/code/frontend/src/components/footer.css +++ b/code/frontend/src/components/footer.css @@ -25,6 +25,7 @@ text-decoration: none; /*prevents constant underline*/ color: black; font-weight: 500; + cursor: pointer; } .footer-link.feather img {