Fixing list item url + notification close button

This commit is contained in:
Leo Giovanetti
2021-01-30 18:33:19 -03:00
parent 4fdfc255cf
commit e5048b1bbf
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -34,6 +34,9 @@ const Notifications = ({ open, onDidDismiss }) => {
<IonHeader>
<IonToolbar>
<IonTitle>Notifications</IonTitle>
<IonButton slot="end" fill="clear" color="dark" onClick={onDidDismiss}>
<IonIcon icon={close} />
</IonButton>
</IonToolbar>
</IonHeader>
<IonContent fullscreen>