We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd904e3 commit f46d881Copy full SHA for f46d881
lark-ui/src/routes/app/projects/[id]/submit/+page.svelte
@@ -20,7 +20,7 @@
20
},
21
"platformer_game": {
22
typeDesc:
23
- "A platformer game should be a godot game that ",
+ "A platformer game ot game that ",
24
playableDesc: "For a game, this should be an itch.io link"
25
26
"website": {
@@ -267,6 +267,7 @@
267
<select
268
id="project-type"
269
bind:value={projectType}
270
+ disabled
271
>
272
<option value="personal_website">Personal Website</option>
273
<option value="website">Website</option>
0 commit comments