Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments

add discord to right sidebar

+13
+13
web/src/components/RightSidebar.jsx
··· 8 8 SiBluesky, 9 9 SiApple, 10 10 SiKofi, 11 + SiDiscord, 11 12 } from "react-icons/si"; 12 13 import { FaEdge } from "react-icons/fa"; 13 14 import { useAuth } from "../context/AuthContext"; ··· 164 165 <div style={{ display: "flex", alignItems: "center", gap: "8px" }}> 165 166 <SiBluesky size={16} /> 166 167 Bluesky 168 + </div> 169 + <ExternalLink size={12} /> 170 + </a> 171 + <a 172 + href="https://discord.gg/ZQbkGqwzBH" 173 + target="_blank" 174 + rel="noopener noreferrer" 175 + className="right-link" 176 + > 177 + <div style={{ display: "flex", alignItems: "center", gap: "8px" }}> 178 + <SiDiscord size={16} /> 179 + Discord 167 180 </div> 168 181 <ExternalLink size={12} /> 169 182 </a>