diff --git a/src/app/page.tsx b/src/app/page.tsx index 33fde54..94e1bcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function Home() { {/* Links at the bottom */} - + {links.filter(link => link.type === "professional").map(iconLink)} diff --git a/src/styles/playlist.css b/src/styles/playlist.css index 95b5b6c..0f55456 100644 --- a/src/styles/playlist.css +++ b/src/styles/playlist.css @@ -1,7 +1,7 @@ .myBubbleUI { width: 100%; max-width: 100vw; - height: 540px; + height: 480px; border-radius: 50px; }