Skip to content

Commit

Permalink
hotfix: change option name
Browse files Browse the repository at this point in the history
  • Loading branch information
algoORgoal committed May 14, 2024
1 parent 9102400 commit 87be21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/sign-up/ui/SignUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function SignUp() {
</SelectTrigger>
</FormControl>
<SelectContent>
<SelectItem value="건국대학교">건국대학교</SelectItem>
<SelectItem value="건국대 서울캠">건국대 서울캠</SelectItem>
</SelectContent>
</Select>
<FormMessage />
Expand Down

0 comments on commit 87be21e

Please sign in to comment.