Skip to content

Commit 09c83de

Browse files
committed
Rename label
1 parent 60aa2ef commit 09c83de

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/idb-cache-app/src/App.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { View } from "@instructure/ui-view";
88
import { Flex } from "@instructure/ui-flex";
99
import { Heading } from "@instructure/ui-heading";
1010
import { NumberInput } from "@instructure/ui-number-input";
11-
import { TextInput } from "@instructure/ui-text-input";
1211
import GitHubLink from "./components/GitHubLink";
1312
import BlankStat from "./components/BlankStat";
1413
import { CacheKey } from "./components/CacheKey";
@@ -259,7 +258,7 @@ const App = () => {
259258
<Flex>
260259
<Flex.Item size="33.3%">
261260
<Metric
262-
renderLabel="Generate Test Data"
261+
renderLabel="Fixtures"
263262
data-testid="generate-time"
264263
renderValue={
265264
timeToGenerate !== null ? (
@@ -286,7 +285,7 @@ const App = () => {
286285
<Flex.Item size="33.3%">
287286
<Metric
288287
data-testid="hash1"
289-
renderLabel="Hash"
288+
renderLabel="hash"
290289
renderValue={hash1 || <BlankStat />}
291290
/>
292291
</Flex.Item>
@@ -323,7 +322,7 @@ const App = () => {
323322
</Flex.Item>
324323
<Flex.Item size="33.3%">
325324
<Metric
326-
renderLabel="Hash"
325+
renderLabel="hash"
327326
data-testid="hash2"
328327
renderValue={hash2 || <BlankStat />}
329328
/>
@@ -360,7 +359,7 @@ const App = () => {
360359
</Flex.Item>
361360
<Flex.Item size="33.3%">
362361
<Metric
363-
renderLabel="Chunks"
362+
renderLabel="chunks"
364363
data-testid="count-value"
365364
renderValue={
366365
typeof itemCount === "number" ? (

0 commit comments

Comments
 (0)