From e8c78cc640b6c56f68b0367ad830436bb481f171 Mon Sep 17 00:00:00 2001 From: serros404 Date: Fri, 18 Sep 2026 08:30:15 -0300 Subject: [PATCH] feat: visible RSS link in the footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The feed was only discoverable by machines, through the in the head. A reader browsing the site had no way to learn it exists — which is why a follower asked for RSS the site already had. Adds an icon beside GitHub and LinkedIn, following the existing pattern exactly: same box, same border, same sizing, lucide icon. Hover goes to white rather than the RSS orange. The other two icons hover to their brand colour, so orange would follow that logic, but it would also introduce a hue that exists nowhere else in the palette. White keeps the footer inside the current design system. Co-Authored-By: Claude Opus 5 --- src/components/Footer.jsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 29be6c1..ab0199a 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import { Github, Linkedin } from 'lucide-react'; +import { Github, Linkedin, Rss } from 'lucide-react'; const Footer = () => { return ( @@ -39,6 +39,15 @@ const Footer = () => { > + + + +