Skip to content

Commit 8fe1dc0

Browse files
More visible way back to editing data samples. (#408)
Grace/Rob and I feel this is very (perhaps too!) visible now so for the moment not considering the other options.
1 parent 33f093e commit 8fe1dc0

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

lang/ui.en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"description": "Back button text"
4949
},
5050
"back-to-data-samples-action": {
51-
"defaultMessage": "Back to data samples",
51+
"defaultMessage": "Edit data samples",
5252
"description": "Back button text"
5353
},
5454
"bluetooth-unsupported-advice": {

src/messages/ui.en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"back-to-data-samples-action": [
101101
{
102102
"type": 0,
103-
"value": "Back to data samples"
103+
"value": "Edit data samples"
104104
}
105105
],
106106
"bluetooth-unsupported-advice": [

src/pages/TestingModelPage.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,9 @@ const TestingModelPage = () => {
3333
toolbarItemsRight={<ProjectToolbarItems />}
3434
toolbarItemsLeft={
3535
<Button
36-
size="lg"
37-
leftIcon={<BackArrow color="white" />}
38-
variant="plain"
39-
color="white"
36+
leftIcon={<BackArrow />}
37+
variant="toolbar"
4038
onClick={navigateToDataSamples}
41-
pr={3}
42-
pl={3}
4339
>
4440
<FormattedMessage id="back-to-data-samples-action" />
4541
</Button>

0 commit comments

Comments
 (0)