1 parent de02b84 commit a5e0d32Copy full SHA for a5e0d32
1 file changed
csoai-org-v2/src/components/CouncilNav.tsx
@@ -38,6 +38,22 @@ export default function CouncilNav() {
38
</Link>
39
);
40
})}
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
50
51
52
53
54
55
56
57
<a
58
href="https://councilof.ai"
59
target="_blank"
0 commit comments