Skip to content

Commit 43c3646

Browse files
committed
chore: remove title
1 parent b238f02 commit 43c3646

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pages/dashboard/transactions.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ export default function Page() {
3737
</div>
3838
<div className="flex-center col-span-12 flex flex-col lg:col-span-9">
3939
{!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>
4340
</div>
4441
</motion.div>
4542
</div>

0 commit comments

Comments
 (0)