From 35771a6e201211d2c9bb9bfa081595d78652ce24 Mon Sep 17 00:00:00 2001 From: dino475 Date: Wed, 9 Apr 2025 12:14:27 -0700 Subject: [PATCH] Update update.mdx --- content/components/update.mdx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/content/components/update.mdx b/content/components/update.mdx index 325c41848..6d9fa36d5 100644 --- a/content/components/update.mdx +++ b/content/components/update.mdx @@ -6,7 +6,7 @@ icon: "rectangle-history" The `Update` component is used to keep track of changes and updates. - + - + ### How to use ```md - + This is how you use a changelog with a label and a description. - + This is how you use a changelog with a label and a description. @@ -46,14 +46,16 @@ The `Update` component is used to keep track of changes and updates. ## Props - Label in the changelog, on the sticky left side. + The label give to the update, appears as sticky text to the left of the changelog. - - Description below the label in the Changelog preview. + + Tags for the changelog, will be shown as filters in the right side panel. - - Tags for the changelog, will be show as filters in the right side panel + + Description of the update, appears below the label and tag. + +