Skip to content

Commit a5e0d32

Browse files
committed
feat(csoai-org-v2): add Atlas link to app.csoai.org/opengridworks
1 parent de02b84 commit a5e0d32

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

csoai-org-v2/src/components/CouncilNav.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,22 @@ export default function CouncilNav() {
3838
</Link>
3939
);
4040
})}
41+
<a
42+
href="https://app.csoai.org/opengridworks"
43+
target="_blank"
44+
rel="noopener noreferrer"
45+
className="px-3 py-1.5 rounded-lg transition text-emerald-400 hover:text-emerald-300 hover:bg-emerald-500/10"
46+
>
47+
Atlas →
48+
</a>
49+
<a
50+
href="https://app.csoai.org/opengridworks"
51+
target="_blank"
52+
rel="noopener noreferrer"
53+
className="px-3 py-1.5 rounded-lg transition text-emerald-400 hover:text-emerald-300 hover:bg-emerald-500/10"
54+
>
55+
Atlas →
56+
</a>
4157
<a
4258
href="https://councilof.ai"
4359
target="_blank"

0 commit comments

Comments
 (0)