From 737ae3ead9b2af0739ca3f3eb4f0399a56b29803 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 15 Aug 2024 10:46:57 +0200 Subject: [PATCH] nit highlight code --- frontend/src/lib/components/HighlightCode.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/HighlightCode.svelte b/frontend/src/lib/components/HighlightCode.svelte index 3ccb4c8b6e..382e6cc553 100644 --- a/frontend/src/lib/components/HighlightCode.svelte +++ b/frontend/src/lib/components/HighlightCode.svelte @@ -73,7 +73,7 @@ }} iconOnly /> - {#if code?.length < 5000} + {#if code?.length < 10000} {#if !lines} {:else} @@ -82,7 +82,7 @@ {/if} {:else} -
{code}
{/if}