@@ -64,11 +64,12 @@ export default function Footer() {
6464 < li > < Link href = "/passwords" className = { footerLinkClass } > Password Security Guide</ Link > </ li >
6565 < li > < Link href = "/digital-spring-cleaning" className = { footerLinkClass } > Digital Spring Cleaning</ Link > </ li >
6666 < li > < Link href = "/sourdough" className = { footerLinkClass } > Sourdough Corner</ Link > </ li >
67+ < li > < Link href = "/resources" className = { footerLinkClass } > All Resources</ Link > </ li >
6768 </ ul >
6869 </ FooterSection >
6970 </ div >
7071
71- { /* Second Row: Legal, Support the Pythoness, Listen , Read */ }
72+ { /* Second Row: Legal, Support the Pythoness, Content , Read */ }
7273 < div className = "grid grid-cols-2 md:grid-cols-4 gap-4 md:gap-6 md:gap-x-12 pb-2 md:pb-2" >
7374 < FooterSection title = "Legal" >
7475 < ul className = "space-y-1" >
@@ -83,15 +84,15 @@ export default function Footer() {
8384 < li > < Link href = "/support" className = { footerLinkClass } > Support the Pythoness ☕</ Link > </ li >
8485 </ ul >
8586 </ FooterSection >
86- < FooterSection title = "Listen" >
87- < ul className = "space-y-1" role = "list" aria-label = "Listen options" >
87+ < FooterSection title = "Content" >
88+ < ul className = "space-y-1" role = "list" aria-label = "Content options" >
89+ < li > < Link href = "https://videos.pythonessprogrammer.com" target = "_blank" rel = "noopener noreferrer" className = { `${ footerLinkClass } font-semibold` } > Videos</ Link > </ li >
8890 < li > < Link href = "https://pythoness.substack.com/podcast" target = "_blank" rel = "noopener noreferrer" className = { footerLinkClass } > NotebookLM Podcast</ Link > </ li >
8991 </ ul >
9092 </ FooterSection >
9193 < FooterSection title = "Read" >
9294 < ul className = "space-y-1" role = "list" aria-label = "Read options" >
9395 < li > < Link href = "/blog" className = { footerLinkClass } > Blog</ Link > </ li >
94- < li > < Link href = "/resources" className = { footerLinkClass } > All Resources</ Link > </ li >
9596 < li > < Link href = "https://newsletter.pythonessprogrammer.com/" target = "_blank" rel = "noopener noreferrer" className = { footerLinkClass } > Newsletter</ Link > </ li >
9697 </ ul >
9798 </ FooterSection >
0 commit comments