File tree Expand file tree Collapse file tree 1 file changed +19
-17
lines changed
Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -210,23 +210,25 @@ export const SharePNLAnalyticsDialog = ({
210210 />
211211 </ div >
212212
213- { import . meta. env . VITE_SHARE_PNL_ANALYTICS_URL ? (
214- < $QrCode
215- tw = "rounded-0.25 bg-color-layer-3"
216- size = { 68 }
217- value = { import . meta. env . VITE_SHARE_PNL_ANALYTICS_URL }
218- options = { {
219- cells : {
220- fill : 'var(--color-text-2)' ,
221- } ,
222- finder : {
223- fill : 'var(--color-text-2)' ,
224- } ,
225- } }
226- />
227- ) : (
228- < div tw = "mt-1 size-[68px]" />
229- ) }
213+ < div tw = "w-full text-right" >
214+ { import . meta. env . VITE_SHARE_PNL_ANALYTICS_URL ? (
215+ < $QrCode
216+ tw = "rounded-0.25 bg-color-layer-3"
217+ size = { 68 }
218+ value = { import . meta. env . VITE_SHARE_PNL_ANALYTICS_URL }
219+ options = { {
220+ cells : {
221+ fill : 'var(--color-text-2)' ,
222+ } ,
223+ finder : {
224+ fill : 'var(--color-text-2)' ,
225+ } ,
226+ } }
227+ />
228+ ) : (
229+ < div tw = "mt-1 size-[68px]" />
230+ ) }
231+ </ div >
230232 </ div >
231233 </ $ShareableCard >
232234
You can’t perform that action at this time.
0 commit comments