Skip to content

Commit 8c4d533

Browse files
committed
fix(LeftSidebar): chain id
1 parent 057e266 commit 8c4d533

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

components/LeftSidebar.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,12 @@ const handleNavigate = (url) => {
225225

226226
<template #popup>
227227
<DropdownTitle>
228-
<Flex align="center" gap="6">
228+
<Flex gap="8">
229229
<Icon name="check" size="12" color="brand" />
230-
<Text color="secondary">Head {{ head.synced ? "" : "not" }} Synced </Text>
230+
<Flex direction="column" gap="6">
231+
<Text color="secondary">Head {{ head.synced ? "" : "not" }} Synced </Text>
232+
<Text color="tertiary">{{ head.chain_id }}</Text>
233+
</Flex>
231234
</Flex>
232235
</DropdownTitle>
233236
<DropdownDivider />

0 commit comments

Comments
 (0)