docs: fix component title and description in alert.mdx (#7435)

- Removed the incorrect title and description from the Alert component page
- Added new title and description for the Alert component page
This commit is contained in:
Muhammad Naimul Islam
2024-05-24 21:55:42 +06:00
committed by GitHub
parent ba66ab8d56
commit 2b55208c1c

View File

@@ -1,6 +1,6 @@
---
title: "Avatar"
description: "An image element with a fallback for representing the user."
title: "Alert"
description: "A component for displaying important messages."
component: true
---