From 8b1016b1aa87d621c30452ed3ff7daf999dbcd3b Mon Sep 17 00:00:00 2001 From: LOUIS POTEVIN Date: Wed, 27 May 2026 13:23:26 +0200 Subject: [PATCH] feat: add multiple notification types to the Notifications section --- src/pages/index.astro | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 1eac1b4..c357c23 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,10 +15,19 @@ import Notification from '../components/Notifications/notification.astro';

Nova Design System

Notifications — Error / Warning / Success / Info

-
+
An error occurred during the operation. Please try again. + + The operation was completed successfully. + + + A warning occurred during the operation. Please check the details. + + + Information about the operation. +
@@ -173,7 +182,12 @@ import Notification from '../components/Notifications/notification.astro'; -