Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/blocks/notification/Notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const NotificationContainer = styled.div`
flex-direction: row;
align-items: stretch;
height: 115px;
width: 412px;
width: 398px;
cursor: pointer;
box-sizing: border-box;
border: var(--border-sm) solid var(--components-in-app-notification-stroke-bg);
Expand Down
2 changes: 1 addition & 1 deletion src/common/hooks/useRewardsNotification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const useRewardsNotification = () => {

const showNotification = () =>
notification.show({
title: 'Push Chain Devnet Drop S2 is Live!',
title: 'Devnet Drop S2 is Live!',
description: 'Explore Push Chain Devnet, complete quests, bang out multipliers, and earn airdrops.',
image: <RewardPointsS2 />,
position: 'bottom-left',
Expand Down
Loading