From 62ae90c19cbe917304e08931fca72493a6e628a6 Mon Sep 17 00:00:00 2001 From: Andrew Jazbec Date: Tue, 13 Jan 2026 18:07:55 -0800 Subject: [PATCH] fix(ui): layout-bottom icons --- 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 25d4b4f36f5..17b5da489cd 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: ``,