From 2dd35d44c474c3fc0f9fb18958527f7e5a960e66 Mon Sep 17 00:00:00 2001 From: Hokeun Kim Date: Tue, 31 Mar 2026 18:40:58 -0700 Subject: [PATCH] Add a link to reactor-model.org under Online Places. --- src/components/Community/index.tsx | 20 ++++++++++++++++++++ static/img/external-logos/reactor-model.svg | 9 +++++++++ 2 files changed, 29 insertions(+) create mode 100644 static/img/external-logos/reactor-model.svg diff --git a/src/components/Community/index.tsx b/src/components/Community/index.tsx index e9089dcdf..7a7040757 100644 --- a/src/components/Community/index.tsx +++ b/src/components/Community/index.tsx @@ -15,6 +15,7 @@ import Link from "@docusaurus/Link"; import ZulipLogo from "@site/static/img/external-logos/zulip-icon-circle.svg"; import GithubLogo from "@site/static/img/external-logos/github-mark.svg"; import RedditLogo from "@site/static/img/external-logos/reddit-logo.svg"; +import ReactorModelLogo from "@site/static/img/external-logos/reactor-model.svg"; export const SocialMediaCard = ({ renderedImage, @@ -109,6 +110,25 @@ export default function Community(): JSX.Element { + + } + name="Reactor Model" + > + <> + Discover the reactor model of computation, related projects, and + events.{" "} + + Visit reactor-model.org. + + + + + +