fix(syntax): remove emoji variation selector causing build error

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 <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock
2025-11-05 10:05:56 -06:00
parent 99f4dd51e3
commit 00aabd8e6b

View File

@@ -74,7 +74,7 @@ export default function ThreeDPrintPage() {
}
return (
<PageWithNav navTitle={t('navTitle')} navEmoji="🖨">
<PageWithNav navTitle={t('navTitle')} navEmoji="🖨">
<div className={css({ minHeight: '100vh', bg: 'gray.50' })}>
<div
data-component="3d-print-page"