From f9950019124a9afee33c5064dd65a5ebe365a3d0 Mon Sep 17 00:00:00 2001 From: Baraa Al-Masri Date: Mon, 3 Jun 2024 14:23:13 +0300 Subject: [PATCH] chore(playlist): spacing --- app/views/pages/playlists.templ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/pages/playlists.templ b/app/views/pages/playlists.templ index 935ed586..bf0fc197 100644 --- a/app/views/pages/playlists.templ +++ b/app/views/pages/playlists.templ @@ -52,8 +52,8 @@ templ singlePlaylist(pl entities.Playlist) { >
@icons.Playlist() -

{ pl.Title }

+

{ pl.Title }

-

{ fmt.Sprint(pl.SongsCount) } Songs

+

{ fmt.Sprint(pl.SongsCount) } Songs

}