Skip to content

Commit a6e61be

Browse files
committed
Rename label
1 parent 60aa2ef commit a6e61be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 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 ? (

0 commit comments

Comments
 (0)