From b5e9c26cd8a65a023e2c8177dbbd950f9666d64b Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 20 Jun 2025 01:27:11 +0000 Subject: [PATCH] Add Spotify playlist link and embed to links page --- src/app/links/page.tsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/app/links/page.tsx b/src/app/links/page.tsx index 29d6bdd..cfb0ac5 100644 --- a/src/app/links/page.tsx +++ b/src/app/links/page.tsx @@ -112,6 +112,11 @@ const mediaLinks: LinkItem[] = [ name: 'NotebookLM Podcast', url: 'https://pythoness.substack.com/podcast', color: 'bg-brand-green-accent/20 hover:bg-brand-green-accent/30' + }, + { + name: 'Current Music Rotation', + url: 'https://open.spotify.com/playlist/19jEmPqzZqp4zH8uyF7uCS?si=d413cc41fba54edc', + color: 'bg-brand-green-accent/20 hover:bg-brand-green-accent/30' } ] @@ -208,6 +213,22 @@ export default function LinksPage() { ))} + + {/* Spotify Embed */} +
+
+