From e701b0b2859335df2c8316fb54f1ecb606c97012 Mon Sep 17 00:00:00 2001 From: Youssef Date: Thu, 9 Nov 2023 15:37:45 +0100 Subject: [PATCH] Fixed announcement typo --- apps/www/.vitepress/theme/config/site.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/.vitepress/theme/config/site.ts b/apps/www/.vitepress/theme/config/site.ts index 9d7860b5..7ff16cd4 100644 --- a/apps/www/.vitepress/theme/config/site.ts +++ b/apps/www/.vitepress/theme/config/site.ts @@ -15,6 +15,6 @@ export const siteConfig = { export const announcementConfig = { icon: '✨', - title: 'New Toast compoent', + title: 'New Toast component', link: '/docs/components/toast', }