Skip to content
Merged

UI #68

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/newui/NetworkPulse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ const NetworkPulse: React.FC<{ rpcUrl: string }> = ({ rpcUrl }) => {
Processing blocks of transactions
</h2>
<div className="flex items-center">
<Link href={`/newui/blocks`} className="mr-4">//Link
<Link href={`/newui/blocks`} className="mr-4">
<p className="text-sm text-blue font-inter">View all</p>
</Link>
<button
Expand Down