diff --git a/src/components/Footer/Footer.Link.tsx b/src/components/Footer/Footer.Link.tsx index 647e0dc..4549e46 100644 --- a/src/components/Footer/Footer.Link.tsx +++ b/src/components/Footer/Footer.Link.tsx @@ -3,7 +3,7 @@ import styled from '@emotion/styled' export const FooterLink = styled(Typography)` width: fit-content; - text-transform: capitalize; + &:not(:last-child) { &:after { width: 2px; diff --git a/src/configs/data.configs.ts b/src/configs/data.configs.ts index 16a8f6f..14dac49 100644 --- a/src/configs/data.configs.ts +++ b/src/configs/data.configs.ts @@ -80,6 +80,11 @@ export const FooterLinksItems: { href: `https://www.youtube.com/${siteConfigs.youtubeHandle}`, key: 'youtube', }, + { + label: 'RSS', + href: `https://press.logos.co/rss/main.xml`, + key: 'rss', + }, ], }, { @@ -88,7 +93,7 @@ export const FooterLinksItems: { links: [ { label: 'Terms of Use', href: '/terms' }, { label: 'Privacy Policy', href: '/privacy-policy' }, - { label: 'about', href: '/about' }, + { label: 'About', href: '/about' }, ], }, ],