diff options
Diffstat (limited to 'demos/css-stress-test/src/index.tsx')
| -rw-r--r-- | demos/css-stress-test/src/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/css-stress-test/src/index.tsx b/demos/css-stress-test/src/index.tsx index 00a6cbb88..4c288c3cc 100644 --- a/demos/css-stress-test/src/index.tsx +++ b/demos/css-stress-test/src/index.tsx @@ -7,7 +7,7 @@ const Base = ({}) => { typeof location !== "undefined" ? decodeURIComponent(location.search.substring(1)) : null; - return <Main productName={name || "Bundler"} />; + return <Main productName={name || "asdasdasdasdasdasd"} />; }; function startReact() { |
