From 705af9de07786146679cbc216283c97cd0c50fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Thu, 12 Jan 2023 21:01:11 +0100 Subject: [PATCH] Remove description from the playlist layout --- src/layouts/PlaylistPageTab.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layouts/PlaylistPageTab.astro b/src/layouts/PlaylistPageTab.astro index 62d3d64..16a59ba 100644 --- a/src/layouts/PlaylistPageTab.astro +++ b/src/layouts/PlaylistPageTab.astro @@ -34,8 +34,7 @@ const { playlist, title, description } = Astro.props as Props; {playlist.owner.name} -

{description}

-
+