Skip to content

Commit 9178cfe

Browse files
committed
Move tx memo copy btn
1 parent 935e024 commit 9178cfe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

components/modules/tx/TxOverview.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,14 @@ const handleViewRawTransaction = () => {
170170
</Flex>
171171

172172
<Flex v-if="tx.memo" direction="column" gap="6">
173-
<Text size="12" weight="600" color="secondary">Memo</Text>
174-
175173
<Flex align="center" gap="6">
174+
<Text size="12" weight="600" color="secondary">Memo</Text>
176175
<CopyButton :text="tx.memo" />
177-
<Text size="12" height="140" weight="600" color="tertiary" mono selectable :class="$style.memo">
178-
{{ tx.memo }}
179-
</Text>
180176
</Flex>
177+
178+
<Text size="12" height="140" weight="600" color="tertiary" mono selectable :class="$style.memo">
179+
{{ tx.memo }}
180+
</Text>
181181
</Flex>
182182

183183
<Flex direction="column" gap="10">

0 commit comments

Comments
 (0)