Skip to content

Commit

Permalink
Merge pull request #3 from Darrin-Lin/Camp_2024
Browse files Browse the repository at this point in the history
modify: Update to 2024 version.
  • Loading branch information
morris46202 authored Apr 17, 2024
2 parents b42da9f + 234a3b0 commit 5e44f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/dash/profile/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
validate: (value) => ProfileSchema.shape.motivation.safeParse(value).success,
type: "textarea",
placeholder:
"想學習網頁開發來製作個人網站,最有興趣的課程是 AI Discord Bot,因為看起來很酷,而且 ...",
"想學習 Pygame 來製作遊戲,最有興趣的課程是 Pygame 遊戲設計,因為看起來很酷,而且 ...",
},
skill_experienced: {
display: "接觸過哪些程式語言或相關技能",
Expand Down

0 comments on commit 5e44f9b

Please sign in to comment.