From 06c0832808d017402ff8d3cefb1d6aa4bb8aa4cb Mon Sep 17 00:00:00 2001 From: Gordon Date: Wed, 18 Jan 2023 10:26:30 -0800 Subject: [PATCH] adding urbit-dev to footer and directory --- lib/constants.js | 2 +- pages/community/directory.js | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index d0bb53f..30ede43 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -26,7 +26,7 @@ export const footerData = [ title: "Urbit Binaries", href: "https://github.com/urbit/urbit/releases", }, - { title: "Urbit Client", href: "https://github.com/urbit/port" }, + { title: "Developer Mailing List", href: "https://groups.google.com/a/urbit.org/g/dev" }, { title: "Issue Tracker", href: "https://github.com/urbit/urbit/issues", diff --git a/pages/community/directory.js b/pages/community/directory.js index 8db0ff7..0933a9a 100644 --- a/pages/community/directory.js +++ b/pages/community/directory.js @@ -13,6 +13,7 @@ import Meta from "../../components/Meta"; import Header from "../../components/Header"; import Footer from "../../components/Footer"; import { pair } from '../../lib/util'; +import Link from "next/link"; export default function Directory({ search, directory }) { const post = { @@ -151,6 +152,15 @@ export default function Directory({ search, directory }) { })} +
+

Developer Mailing List

+
+

Active contributors to urbit can be be found in conversation around new releases on urbit-dev, our Google group and developer mailing list. +

+
+
+ +