diff options
| author | Berke Güzel <wenekar1@gmail.com> | 2026-01-30 08:30:17 +0300 |
|---|---|---|
| committer | Berke Güzel <wenekar1@gmail.com> | 2026-01-30 08:30:17 +0300 |
| commit | 086e968b4772a5d9aa549821b06a8ef5a7d71751 (patch) | |
| tree | a32cbc34e5b26b1e0f3beeb6fa086720d5fbbc01 /src/lib/components/Giscus.svelte | |
| parent | 449b5087564f0287aa711a6b974d8ba9390d9406 (diff) | |
stay tuned
Diffstat (limited to 'src/lib/components/Giscus.svelte')
| -rw-r--r-- | src/lib/components/Giscus.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
