From 086e968b4772a5d9aa549821b06a8ef5a7d71751 Mon Sep 17 00:00:00 2001 From: Berke Güzel Date: Fri, 30 Jan 2026 08:30:17 +0300 Subject: stay tuned --- src/lib/components/Giscus.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/components') diff --git a/src/lib/components/Giscus.svelte b/src/lib/components/Giscus.svelte index 96be4a4..8a924ef 100644 --- a/src/lib/components/Giscus.svelte +++ b/src/lib/components/Giscus.svelte @@ -14,7 +14,7 @@ script.setAttribute("data-strict", "0"); script.setAttribute("data-reactions-enabled", "1"); script.setAttribute("data-emit-metadata", "0"); - script.setAttribute("data-input-position", "bottom"); + script.setAttribute("data-input-position", "top"); script.setAttribute("data-theme", "preferred_color_scheme"); script.setAttribute("data-lang", "en"); script.setAttribute("data-loading", "lazy"); -- cgit v1.2.3