Remove fake ass button

This commit is contained in:
2025-01-11 23:33:44 +01:00
parent 694333984e
commit ba690091fb

View File

@@ -33,7 +33,6 @@
{:else}
<div class="flex flex-col items-center justify-center h-full">
<p class="text-gray-300">Game path is not valid</p>
<button class="bg-blue-500 text-white p-2 my-2 rounded-lg">Set Game Path</button>
</div>
{/if}
</template>