feat(web): add repo link
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user