Commit 52c79416 authored by isstuev's avatar isstuev

aaaaa!!!

parent 8f2d884a
...@@ -36,7 +36,7 @@ const Transactions = ({ tab }: Props) => { ...@@ -36,7 +36,7 @@ const Transactions = ({ tab }: Props) => {
return ( return (
<Page> <Page>
<Box h="100%"> <Box h="100%">
<PageHeader text="Private tags"/> <PageHeader text="Transactions"/>
<Tabs variant="soft-rounded" colorScheme="blue" isLazy onChange={ onChangeTab } defaultIndex={ TABS.indexOf(tab) }> <Tabs variant="soft-rounded" colorScheme="blue" isLazy onChange={ onChangeTab } defaultIndex={ TABS.indexOf(tab) }>
<TabList marginBottom={{ base: 6, lg: 8 }}> <TabList marginBottom={{ base: 6, lg: 8 }}>
<Tab>Validated</Tab> <Tab>Validated</Tab>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment