We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b238f02 commit 43c3646Copy full SHA for 43c3646
pages/dashboard/transactions.tsx
@@ -37,9 +37,6 @@ export default function Page() {
37
</div>
38
<div className="flex-center col-span-12 flex flex-col lg:col-span-9">
39
{!isLoading && <TransactionsTable data={data?.transactions} className="w-full" />}
40
- <h3 className="mt-3 font-raleway text-lg font-normal">
41
- Currently connected to <span className=" font-medium">{chain?.name}</span>
42
- </h3>
43
44
</motion.div>
45
0 commit comments