Skip to content

Commit

Permalink
fix: rename notification icons (#508)
Browse files Browse the repository at this point in the history
Co-authored-by: Leobel Izquierdo <v-lizquierdo@mparticle.com>
  • Loading branch information
leobel and Leobel Izquierdo authored Dec 2, 2024
1 parent 68e43d8 commit 98ea06f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import DirectoryIcon from 'src/assets/svg/mp_pm_lt_directory.svg?react'
import LockIcon from 'src/assets/svg/mp_act_lt_lock.svg?react'
import UnlockIcon from 'src/assets/svg/mp_act_lt_unlock.svg?react'
import NotificationIcon from 'src/assets/svg/mp_pm_lt_notification.svg?react'
import NotificationSubscriptionsIcon from 'src/assets/svg/mp_pm_lt_notification_subscriptions.svg?react'
import NotificationSubscribedIcon from 'src/assets/svg/mp_pm_lt_notification_subscribed.svg?react'
import NotificationSubscribeIcon from 'src/assets/svg/mp_pm_lt_notification_subscribe.svg?react'
import PremiumIconDt from 'src/assets/svg/mp_info_dt_premium.svg?react'
import OverviewIconDt from 'src/assets/svg/mp_pm_dt_overview.svg?react'
Expand Down Expand Up @@ -147,7 +147,7 @@ export {
MpLogoIcon,
NextIcon,
NotificationIcon,
NotificationSubscriptionsIcon,
NotificationSubscribedIcon,
NotificationSubscribeIcon,
ObservabilityIcon,
OpenTabIcon,
Expand Down
6 changes: 3 additions & 3 deletions src/constants/Icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import {
LockIcon,
UnlockIcon,
NotificationIcon,
NotificationSubscriptionsIcon,
NotificationSubscribedIcon,
NotificationSubscribeIcon,
PremiumIconDt,
OverviewIconDt,
Expand Down Expand Up @@ -363,8 +363,8 @@ export const Icons: Record<IconNames, IconOptions> = {
light: NotificationIcon,
default: 'light',
},
notificationSubscriptions: {
light: NotificationSubscriptionsIcon,
notificationSubscribed: {
light: NotificationSubscribedIcon,
default: 'light',
},
notificationSubscribe: {
Expand Down
2 changes: 1 addition & 1 deletion src/types/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export type IconNames =
| 'myHub'
| 'next'
| 'notification'
| 'notificationSubscriptions'
| 'notificationSubscribed'
| 'notificationSubscribe'
| 'observability'
| 'openTab'
Expand Down

0 comments on commit 98ea06f

Please sign in to comment.