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 5519dab commit 1b5a4a9Copy full SHA for 1b5a4a9
src/components/SmartLinkGroup.tsx
@@ -74,11 +74,7 @@ export default function SmartLinkGroup({
74
return (
75
<div className="content flex items-center gap-1">
76
{!isCurrentPage ? (
77
- <Button
78
- variant="link"
79
- className="h-auto gap-1 p-0 text-sm"
80
- asChild
81
- >
+ <Button variant="link" className="h-auto gap-1 p-0 text-sm" asChild>
82
<Link
83
to={`/${getChainFromId(chainId)?.slug}/${basePath[type]}/${addressOrId}`}
84
>
0 commit comments