diff --git a/src/nb/components/composites/Alert/basic.tsx b/src/nb/components/composites/Alert/basic.tsx index 2b9b233..1d3b99e 100644 --- a/src/nb/components/composites/Alert/basic.tsx +++ b/src/nb/components/composites/Alert/basic.tsx @@ -13,26 +13,26 @@ import { export const Example = () => { return (
- - + + - + - + We are going live in July! } + variant='unstyled' + icon={} /> - + We are happy to announce that we are going live on July 28th. Get ready! diff --git a/src/nb/components/composites/Alert/usage.tsx b/src/nb/components/composites/Alert/usage.tsx index 8fec435..a510e17 100644 --- a/src/nb/components/composites/Alert/usage.tsx +++ b/src/nb/components/composites/Alert/usage.tsx @@ -12,26 +12,26 @@ import { export function Example() { return (
- - + + - + - + We are going live in July! } + variant='unstyled' + icon={} /> - + We are happy to announce that we are going live on July 28th. Get ready!