Skip to content

Commit f46d881

Browse files
committed
disable dropdown for now
1 parent bd904e3 commit f46d881

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lark-ui/src/routes/app/projects/[id]/submit/+page.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"platformer_game": {
2222
typeDesc:
23-
"A platformer game should be a godot game that ",
23+
"A platformer game ot game that ",
2424
playableDesc: "For a game, this should be an itch.io link"
2525
},
2626
"website": {
@@ -267,6 +267,7 @@
267267
<select
268268
id="project-type"
269269
bind:value={projectType}
270+
disabled
270271
>
271272
<option value="personal_website">Personal Website</option>
272273
<option value="website">Website</option>

0 commit comments

Comments
 (0)