From affcfd06cfdf096ec9900f4d6f06b9326dd9e890 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Thu, 11 Sep 2025 14:01:14 +0200 Subject: [PATCH] Add margin-bottom to Most Viewed Scripts header (#7572) --- frontend/src/app/scripts/_components/script-info-blocks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/scripts/_components/script-info-blocks.tsx b/frontend/src/app/scripts/_components/script-info-blocks.tsx index 286c875f1..9bb0acdcc 100644 --- a/frontend/src/app/scripts/_components/script-info-blocks.tsx +++ b/frontend/src/app/scripts/_components/script-info-blocks.tsx @@ -143,7 +143,7 @@ export function MostViewedScripts({ items }: { items: Category[] }) {
{mostViewedScripts.length > 0 && ( <> -

Most Viewed Scripts

+

Most Viewed Scripts

)}