From 05cbb11709de3d05623fee83fdb9c255471389e9 Mon Sep 17 00:00:00 2001 From: Andrew Jazbec Date: Wed, 14 Jan 2026 05:25:09 -0800 Subject: [PATCH] fix(ui): layout-bottom icons (#8330) --- packages/ui/src/components/icon.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ui/src/components/icon.tsx b/packages/ui/src/components/icon.tsx index 25d4b4f36..17b5da489 100644 --- a/packages/ui/src/components/icon.tsx +++ b/packages/ui/src/components/icon.tsx @@ -48,9 +48,9 @@ const icons = { "settings-gear": ` `, github: ``, discord: ``, - "layout-bottom": ``, - "layout-bottom-partial": ``, - "layout-bottom-full": ``, + "layout-bottom": ``, + "layout-bottom-partial": ``, + "layout-bottom-full": ``, "dot-grid": ``, "circle-check": ``, copy: ``,