Skip to content

Commit

Permalink
chore: other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Dec 18, 2024
1 parent 52d2f8c commit fa7b546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar/VersionSelector.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const selectedByDefault = kaplayPackageJson.version.startsWith("4")
>
<option value="v3001" selected={selectedByDefault === "v3001"}>v3001</option
>
<option value="kaboom">v3000 (kaboom)</option>
<option value="kaboom">v3000 (kaboom.js)</option>
</select>

<script>
Expand Down

0 comments on commit fa7b546

Please sign in to comment.