feat(web): add repo link

This commit is contained in:
2026-08-21 21:07:30 +02:00
parent 2d147fd97a
commit 7c8ac0c447
4 changed files with 16 additions and 1 deletions
+9
View File
@@ -14,6 +14,8 @@
EvaluateWordsProgress,
} from "./solver/types.ts";
import SolverOutput from "./components/SolverOutput.svelte";
import { FolderGit2 } from "@lucide/svelte";
("@lucide/svelte");
let guesses = $state([
{
@@ -112,6 +114,13 @@
<div
class="min-h-screen bg-zinc-950 text-zinc-100 flex items-center justify-center gap-8"
>
<a
class="fixed top-4 right-4"
href="https://git.jroeger.de/jonas/wordle-solver-rs"
target="_blank"
>
<FolderGit2 />
</a>
<div class="text-center">
<h1 class="mb-6 text-3xl font-bold">Wordle Solver</h1>