Skip to content

Commit

Permalink
feat: create notification page and profile view accont delete button
Browse files Browse the repository at this point in the history
  • Loading branch information
pvsameerpvs committed Jan 4, 2024
1 parent 0712108 commit 383d2b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const NotificationView = () => {
alignItems: 'center',
}}
>
<Text fontSize="$xs">Notification!</Text>
<Text fontSize="$xs">No Notification!</Text>
</View>
);

Expand All @@ -28,7 +28,7 @@ const NotificationView = () => {
alignItems: 'center',
}}
>
<Text fontSize="$xs">Notification!</Text>
<Text fontSize="$xs">No Notification!</Text>
</View>
);

Expand Down

0 comments on commit 383d2b5

Please sign in to comment.