Commit 08fe7d3 1 parent cf68efa commit 08fe7d3 Copy full SHA for 08fe7d3
File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ releases :
2
+ browser-extension : patch
3
+ helios-popup : patch
4
+
5
+ declined :
6
+ - helios
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ function BackupSeed() {
31
31
< TitleNav title = { t ( 'newAccount' ) } />
32
32
< main className = "px-3 flex flex-col flex-1 justify-between pt-3" >
33
33
< div >
34
- < span className = "inline- block ml-1 mb-1 text-gray-80" >
34
+ < span className = "block ml-1 mb-1 text-gray-80" >
35
35
{ t ( 'backupSeedTitle' ) }
36
36
</ span >
37
- < span className = "inline- block ml-1 text-xs text-gray-40" >
37
+ < span className = "block ml-1 text-xs text-gray-40" >
38
38
< Trans i18nKey = "backupSeedContent" />
39
39
</ span >
40
40
< div
Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ function ConfirmSeed() {
108
108
< TitleNav title = { t ( 'newAccount' ) } />
109
109
< main className = "px-3 pt-3 flex flex-col flex-1 justify-between" >
110
110
< div >
111
- < span className = "inline- block ml-1 mb-1 text-gray-80" >
111
+ < span className = "block ml-1 mb-1 text-gray-80" >
112
112
{ t ( 'confirmSeedTitle' ) }
113
113
</ span >
114
- < span className = "inline- block ml-1 text-xs text-gray-40" >
114
+ < span className = "block ml-1 text-xs text-gray-40" >
115
115
{ t ( 'confirmSeedContent' ) }
116
116
</ span >
117
117
< div
You can’t perform that action at this time.
0 commit comments