Skip to content

Commit

Permalink
modify: Update to 2024 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darrin-Lin committed Apr 17, 2024
1 parent 8ae9d26 commit d07abc9
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 d07abc9

Please sign in to comment.