Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function ProductsSection(props: {
title: "Nebula",
description:
"Integrate a blockchain AI model to improve your users insight into your application and the blockchain",
href: `/team/${props.teamSlug}/~/nebula`,
href: `/team/${props.teamSlug}/${props.projectSlug}/nebula`,
icon: NebulaIcon,
trackingLabel: "nebula",
},
Expand Down Expand Up @@ -308,7 +308,6 @@ function ProductCard(props: {
<h3 className="mb-0.5 font-semibold text-lg tracking-tight">
<TrackedLinkTW
href={props.href}
target="_blank"
className="before:absolute before:inset-0"
category="project-ftux"
label={props.trackingLabel}
Expand Down
Loading