From 5435f7724e1e272e74b675e55c58ec40915d8477 Mon Sep 17 00:00:00 2001 From: Sabine Holler Date: Wed, 17 Jan 2024 15:20:01 +0100 Subject: [PATCH] typo on changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5e8d954..99e0a6fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - New Pageheader Organism-level component, that encapsulates what was previously an example component built using utility classes. -- Updates the layout of the Sidebar Organism-level component, improvements to the scrolling behavior and uses the invisible button variant. +- Updates the layout of the Sidebar component, improvements to the scrolling behavior and uses the invisible button variant. - Badge with Label, added an example showing a text label rendered next to a badge component, to the badge docs. - A new layout component at `atoms/switcher`, that lays out its children in a horizontal row with consistent spacing between children. The layout switches to a vertical stack once the width of the component passes below a threshold, or the number of children goes over a limit.