File tree 2 files changed +25
-11
lines changed
pages/Orderly/components/UserBoard
2 files changed +25
-11
lines changed Original file line number Diff line number Diff line change @@ -91,12 +91,12 @@ const Allbridge = (props?: any) => (
91
91
width = "22"
92
92
height = "21"
93
93
viewBox = "0 0 22 21"
94
- fill = "currentColor "
94
+ fill = "none "
95
95
xmlns = "http://www.w3.org/2000/svg"
96
96
{ ...props }
97
97
>
98
98
< path
99
- d = "M4.92944 11.3713C5 .34635 14.6622 8.3662 16.9901 11.6744 16.5711C12 .7918 16.4295 13.7991 15.9928 14.6272 15.3495M4 .92944 11.3713C4 .51254 8.08054 6.85646 5.07299 10.1648 4.65388C11 .1765 4.52572 12.1611 4.65445 13.0527 4.98905M4 .92944 11.3713L4 .28711 6.30102M14 .6272 15.3495C16 .2511 14.0882 17.1859 12.033 16.9098 9.8536C16 .6203 7.56914 15.0766 5.74862 13.0527 4.98905M14 .6272 15.3495L10 .7427 18.3002M13 .0527 4.98905L17 .5503 6.87781 "
99
+ d = "M4.92944 11.3715C5 .34635 14.6623 8.3662 16.9903 11.6744 16.5712C12 .7918 16.4296 13.7991 15.9929 14.6272 15.3496M4 .92944 11.3715C4 .51254 8.08066 6.85646 5.07311 10.1648 4.654C11 .1765 4.52584 12.1611 4.65457 13.0527 4.98917M4 .92944 11.3715L4 .28711 6.30114M14 .6272 15.3496C16 .2511 14.0883 17.1859 12.0332 16.9098 9.85372C16 .6203 7.56926 15.0766 5.74875 13.0527 4.98917M14 .6272 15.3496L10 .7427 18.3003M13 .0527 4.98917L17 .5503 6.87793 "
100
100
stroke = "currentColor"
101
101
stroke-width = "2"
102
102
stroke-linecap = "round"
@@ -108,13 +108,13 @@ const Allbridge = (props?: any) => (
108
108
stroke-linecap = "round"
109
109
/>
110
110
< path
111
- d = "M20.9878 9.23126C21 .0363 10.3125 21.0051 12.7115 19.6393 15.2349C18 .2736 17.7582 16.057 19.5122 15.2261 19.8766"
111
+ d = "M20.9878 9.2312C21 .0363 10.3124 21.0051 12.7114 19.6393 15.2348C18 .2736 17.7581 16.057 19.5121 15.2261 19.8766"
112
112
stroke = "currentColor"
113
113
stroke-width = "2"
114
114
stroke-linecap = "round"
115
115
/>
116
116
< path
117
- d = "M1.01222 9.23126C0 .963796 10.3125 0.994984 12.7115 2.36074 15.2349C3 .72649 17.7582 5.9431 19.5122 6.77399 19.8766"
117
+ d = "M1.01222 9.2312C0 .963796 10.3124 0.994984 12.7114 2.36074 15.2348C3 .72649 17.7581 5.9431 19.5121 6.77399 19.8766"
118
118
stroke = "currentColor"
119
119
stroke-width = "2"
120
120
stroke-linecap = "round"
Original file line number Diff line number Diff line change @@ -323,9 +323,10 @@ function UserBoardFoot() {
323
323
324
324
return (
325
325
< div
326
- className = "flex flex-col text-primaryText pr-6 absolute bottom-6 text-13px"
326
+ className = "flex flex-col text-primaryText left-1/2 transform -translate-x-1/2 absolute bottom-0 text-13px"
327
327
style = { {
328
328
zIndex : 91 ,
329
+ width : '291px' ,
329
330
} }
330
331
>
331
332
{ ! accountId && (
@@ -358,16 +359,29 @@ function UserBoardFoot() {
358
359
</ >
359
360
) }
360
361
361
- < div
362
- className = { `flex items-center justify-center ${
363
- accountId ? 'left-12' : ''
364
- } relative `}
365
- >
366
- < span className = "text-primaryText " > Powered by</ span >
362
+ < div className = { `flex items-center justify-center h-12 relative ` } >
363
+ < span className = "text-primaryText " >
364
+ < FormattedMessage
365
+ id = "powered_by"
366
+ defaultMessage = { 'Powered by' }
367
+ > </ FormattedMessage >
368
+ </ span >
367
369
368
370
< div className = "mx-2" >
369
371
< OrderlyNetworkIcon > </ OrderlyNetworkIcon >
370
372
</ div >
373
+
374
+ < a
375
+ href = "https://docs.orderly.network/welcome-to-orderly/what-is-orderly-network"
376
+ className = "underline hover:text-white whitespace-nowrap"
377
+ target = "_blank"
378
+ rel = "noopener noreferrer nofollow"
379
+ >
380
+ < FormattedMessage
381
+ id = "risk"
382
+ defaultMessage = { 'Risk' }
383
+ > </ FormattedMessage >
384
+ </ a >
371
385
</ div >
372
386
373
387
{ /* <span className="text-white ">Risk</span> */ }
You can’t perform that action at this time.
0 commit comments