Skip to content

Commit 81a1dda

Browse files
committed
chore(subgarden-node): remove CTA
1 parent 61f02af commit 81a1dda

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app/src/components/visualizer/customNodes/SubgardenNode/SubgardenNode.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,6 @@ const SubgardenNode = ({ data }: Props) => {
3838
<h4 className="line-clamp-2 text-sm">{data.description}</h4>
3939
)}
4040
</div>
41-
42-
<Button
43-
variant="secondary"
44-
size="sm"
45-
onClick={(e) => {
46-
e.stopPropagation();
47-
window.open(data.url, "_blank");
48-
}}
49-
className="w-full"
50-
>
51-
<ExternalLinkIcon size={14} className="mr-1" />
52-
View
53-
</Button>
5441
</div>
5542
</Card>
5643
);

0 commit comments

Comments
 (0)