Skip to content

Commit b223bac

Browse files
committed
fix: solve problems with bad graph visualization
1 parent 68ea47c commit b223bac

File tree

5 files changed

+64
-81
lines changed

5 files changed

+64
-81
lines changed

app/landing-page.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,11 @@ export default function LandingPage() {
307307
versions from NPM, PyPI, Ruby Gems, Cargo Crates, and partially Maven.
308308
</p>
309309
<Button variant="outline" className="gap-2 w-full sm:w-auto" asChild>
310-
<a href="https://doi.org/10.5281/zenodo.17692376" target="_blank" rel="noopener noreferrer">
310+
<a
311+
href="https://doi.org/10.5281/zenodo.17692376"
312+
target="_blank"
313+
rel="noopener noreferrer"
314+
>
311315
View Data Dump <ExternalLink className="h-4 w-4 ml-1" />
312316
</a>
313317
</Button>

0 commit comments

Comments
 (0)