We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057e266 commit 8c4d533Copy full SHA for 8c4d533
1 file changed
components/LeftSidebar.vue
@@ -225,9 +225,12 @@ const handleNavigate = (url) => {
225
226
<template #popup>
227
<DropdownTitle>
228
- <Flex align="center" gap="6">
+ <Flex gap="8">
229
<Icon name="check" size="12" color="brand" />
230
- <Text color="secondary">Head {{ head.synced ? "" : "not" }} Synced </Text>
+ <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>
234
</Flex>
235
</DropdownTitle>
236
<DropdownDivider />
0 commit comments