Skip to content

Commit

Permalink
chore: 마이페이지 상단 알림 아이콘 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsooplus committed Jan 25, 2024
1 parent f366f6c commit 7438e60
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import androidx.hilt.navigation.compose.hiltViewModel
import androidx.lifecycle.compose.collectAsStateWithLifecycle
import com.susu.core.designsystem.component.appbar.SusuDefaultAppBar
import com.susu.core.designsystem.component.appbar.icon.LogoIcon
import com.susu.core.designsystem.component.appbar.icon.NotificationIcon
import com.susu.core.designsystem.component.button.GhostButtonColor
import com.susu.core.designsystem.component.button.SmallButtonStyle
import com.susu.core.designsystem.component.button.SusuGhostButton
Expand Down Expand Up @@ -160,7 +159,6 @@ fun MyPageDefaultScreen(
SusuDefaultAppBar(
modifier = Modifier.padding(SusuTheme.spacing.spacing_xs),
leftIcon = { LogoIcon() },
actions = { NotificationIcon() },
)

MyPageMenuItem(
Expand Down

0 comments on commit 7438e60

Please sign in to comment.