Skip to content

Commit e743edf

Browse files
committed
add live dashboard cta; rename browse cta to workloads
1 parent 0904c96 commit e743edf

3 files changed

Lines changed: 517 additions & 2 deletions

File tree

localgdoc.aml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ superscript: 3
3131
label: Cornell University
3232
[]
3333
[paperHeader.actions]
34+
label: Live dashboard
35+
icon: activity
36+
href: https://data.formulacode.org/
3437
label: Arxiv
3538
icon: file-text
3639
href: https://arxiv.org/abs/2603.16011

src/components/layout/OverviewHeader.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
];
3939
4040
const defaultActions = [
41+
{
42+
label: "Live dashboard",
43+
icon: "activity",
44+
href: "https://data.formulacode.org/"
45+
},
4146
{ label: "arXiv", icon: "file-text", href: "https://arxiv.org/abs/2603.16011" },
4247
{
4348
label: "Dataset",
@@ -114,7 +119,7 @@
114119
<div class="hero-ctas hero-ctas-wide">
115120
<a class="btn btn-primary btn-wide" href="/explorer/">
116121
<span class="cta-mark"></span>
117-
Browse all tasks
122+
Browse workloads
118123
</a>
119124
</div>
120125

0 commit comments

Comments
 (0)