docs: fix announcement typo (#155)

This commit is contained in:
Youssef 2023-11-09 16:01:33 +01:00 committed by GitHub
parent ceb090d60d
commit e26d73416b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,6 @@ export const siteConfig = {
export const announcementConfig = { export const announcementConfig = {
icon: '✨', icon: '✨',
title: 'New Toast compoent', title: 'New Toast component',
link: '/docs/components/toast', link: '/docs/components/toast',
} }