chore: fix lint issues

This commit is contained in:
eggy 2023-03-09 12:14:05 -05:00
parent 7e85b78c45
commit a0ef11330a

View File

@ -19,7 +19,7 @@ useHead({ title: "Eggworld" });
ig r4 has to be in next.js ig r4 has to be in next.js
--> -->
<select <select
class="p-2 border rounded rounded-lg dark:bg-[#222]" class="p-2 border rounded-lg dark:bg-[#222]"
onchange="location = this.value" onchange="location = this.value"
> >
<option v-for="(r, i) in revisions" :key="i" :value="r.url"> <option v-for="(r, i) in revisions" :key="i" :value="r.url">