From 00aabd8e6b2fe87cf4ea5cddc978c0788140be07 Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Wed, 5 Nov 2025 10:05:56 -0600 Subject: [PATCH] fix(syntax): remove emoji variation selector causing build error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The printer emoji with variation selector (🖨️) was causing a syntax error. Replaced with base printer emoji (🖨) without variation selector. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- apps/web/src/app/create/abacus/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/create/abacus/page.tsx b/apps/web/src/app/create/abacus/page.tsx index 98e7fd4d..42e98041 100644 --- a/apps/web/src/app/create/abacus/page.tsx +++ b/apps/web/src/app/create/abacus/page.tsx @@ -74,7 +74,7 @@ export default function ThreeDPrintPage() { } return ( - +