Skip to content

Commit 6bde490

Browse files
committed
fix: demo
1 parent f61ca2e commit 6bde490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Home() {
2424
const [resultVals, setResultVals] = useState<ResultCode[]>([])
2525
const [demoEnded, setDemoEnded] = useState<boolean>(true)
2626
const [config, setConfig] = useState<TranslatorConfigCopy>(
27-
{ ...defaultTranslatorConfig, customTheme: '{\n "box-shadow": {\n "10px 10px 5px #888888": "my-custom-theme-shadow"\n }\n}' }
27+
{ ...defaultTranslatorConfig, customTheme: '{\n "box-shadow": {\n "10px 10px 5px #888888": "box-shadow-custom"\n }\n}' }
2828
)
2929
const demoStringKey = useRef<string[]>(demoArray)
3030

0 commit comments

Comments
 (0)