feat: add RSS

This commit is contained in:
jinhojang6 2024-03-27 23:15:23 +09:00
parent 634aaf2f82
commit bb33af2d21
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
2 changed files with 7 additions and 2 deletions

View File

@ -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;

View File

@ -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' },
],
},
],