diff --git a/apps/web/src/app/my/_ui/MyProfileContent/index.tsx b/apps/web/src/app/my/_ui/MyProfileContent/index.tsx index c9d66d8b..545939be 100644 --- a/apps/web/src/app/my/_ui/MyProfileContent/index.tsx +++ b/apps/web/src/app/my/_ui/MyProfileContent/index.tsx @@ -70,7 +70,7 @@ const MyProfileContent = () => {
{nickname}님은
현재{" "}
-
+
{profileData.role === UserRole.ADMIN ? "어드민" : isMentor ? "멘토" : "멘티"}
{" "}
솔커예요.
diff --git a/apps/web/src/app/university/search/SearchBar.tsx b/apps/web/src/app/university/search/SearchBar.tsx
index 7c0d1d4d..8f3bd06d 100644
--- a/apps/web/src/app/university/search/SearchBar.tsx
+++ b/apps/web/src/app/university/search/SearchBar.tsx
@@ -58,7 +58,7 @@ const SearchBar = ({ initText, homeUniversitySlug }: SearchBarProps) => {