aboutsummaryrefslogtreecommitdiff
path: root/demos/css-stress-test/src/index.tsx
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-08-11 13:56:32 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-08-11 13:56:32 -0700
commitcfb549b7cef635e084a5566bbd92699a44ec0d1c (patch)
treef22a2612530f78ad547c64ab094b4adfab0751b3 /demos/css-stress-test/src/index.tsx
parent842bb9cba28e51172407523a4e8b624fde8d702e (diff)
downloadbun-cfb549b7cef635e084a5566bbd92699a44ec0d1c.tar.gz
bun-cfb549b7cef635e084a5566bbd92699a44ec0d1c.tar.zst
bun-cfb549b7cef635e084a5566bbd92699a44ec0d1c.zip
wip
Former-commit-id: e335f297c8ad57af82e74c405351a100524cd7e0
Diffstat (limited to 'demos/css-stress-test/src/index.tsx')
-rw-r--r--demos/css-stress-test/src/index.tsx2
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() {