Skip to content

Commit

Permalink
notification prettification
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Apr 22, 2024
1 parent 6897990 commit ef1c6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/cipp/app-settings/SettingsNotifications.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function SettingsNotifications() {
configNotifications(values)
}
return (
<>
<CCol xs={6}>
<CippButtonCard
title="Notification Settings"
titleType="big"
Expand Down Expand Up @@ -183,6 +183,6 @@ export function SettingsNotifications() {
/>
)}
</CippButtonCard>
</>
</CCol>
)
}

0 comments on commit ef1c6c7

Please sign in to comment.