Skip to content

Commit

Permalink
add back button to manual scout
Browse files Browse the repository at this point in the history
  • Loading branch information
awwpotato committed Dec 10, 2024
1 parent cd8e4ca commit b6e45c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/manual_scout/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script lang="ts">
import { ArrowLeft } from 'lucide-svelte';
import { goto } from '$app/navigation';
let match_key: string = '';
Expand All @@ -20,6 +21,7 @@
</script>

<div class="flex min-h-dvh flex-col gap-2 p-4 text-xl">
<a href="/homepage" class="flex items-center w-fit text-lg"><ArrowLeft size={24} />Homepage</a>
<span class="flex items-center">Match Key</span>
<input
class="col-span-2 rounded bg-gunmetal p-4"
Expand Down

0 comments on commit b6e45c2

Please sign in to comment.