leftarrow

This commit is contained in:
Kyep
2020-08-28 17:17:11 -07:00
parent 7cbcb820c9
commit 3f15ccbf98
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ export const KeycardAuth = (props, context) => {
)}
<Section title={data.event} buttons={
<Button
icon="wrench"
icon="arrow-circle-left"
content="Back"
disabled={data.busy || data.hasConfirm}
onClick={() => act('reset')} />
File diff suppressed because one or more lines are too long