diff --git a/lib/utils/getInterestOptions.ts b/lib/utils/getInterestOptions.ts index 271b7f40fe..d3b88b3de9 100644 --- a/lib/utils/getInterestOptions.ts +++ b/lib/utils/getInterestOptions.ts @@ -1,5 +1,5 @@ const getInterestOptions = () => { - const interests = ["javascript", "python", "java", "typescript", "csharp", "cpp", "php", "c", "ruby" , "ai", "ml", "react"]; + const interests = ["javascript", "python", "java", "typescript", "rust", "csharp", "cpp", "php", "c", "ruby" , "ai", "ml", "react"]; return interests; }; diff --git a/lib/utils/getTopicOptions.ts b/lib/utils/getTopicOptions.ts index edccad607e..29d391a53f 100644 --- a/lib/utils/getTopicOptions.ts +++ b/lib/utils/getTopicOptions.ts @@ -1,5 +1,5 @@ const getTopicOptions = () => { - const topics = ["javascript", "python", "java", "typescript", "csharp", "cpp", "php", "c", "ruby" , "ai", "ml", "react"]; + const topics = ["javascript", "python", "java", "typescript", "rust", "csharp", "cpp", "php", "c", "ruby" , "ai", "ml", "react"]; return topics; };