From b04700d199ae1558aacc431400303aa9348ba43c Mon Sep 17 00:00:00 2001 From: Pulkit Kathuria Date: Mon, 6 May 2024 18:39:45 +0900 Subject: [PATCH] (bug) fix relative to absolute --- frontend/src/components/Extractor.astro | 4 ++-- pkg/extract_handler.go | 2 +- pkg/strings.go | 29 ++++++++++++++++++------- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/Extractor.astro b/frontend/src/components/Extractor.astro index a84a92b..094e102 100644 --- a/frontend/src/components/Extractor.astro +++ b/frontend/src/components/Extractor.astro @@ -98,7 +98,7 @@ const baseURL = import.meta.env.PUBLIC_BASE_URL; for="input-depth" class="block mb-2 text-sm font-medium text-slate-400" > - Depth -1 to 5 + Depth -1 to 20