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 SiBluesky, 9 SiApple, 10 SiKofi, 11 } from "react-icons/si"; 12 import { FaEdge } from "react-icons/fa"; 13 import { useAuth } from "../context/AuthContext"; ··· 164 <div style={{ display: "flex", alignItems: "center", gap: "8px" }}> 165 <SiBluesky size={16} /> 166 Bluesky 167 </div> 168 <ExternalLink size={12} /> 169 </a>
··· 8 SiBluesky, 9 SiApple, 10 SiKofi, 11 + SiDiscord, 12 } from "react-icons/si"; 13 import { FaEdge } from "react-icons/fa"; 14 import { useAuth } from "../context/AuthContext"; ··· 165 <div style={{ display: "flex", alignItems: "center", gap: "8px" }}> 166 <SiBluesky size={16} /> 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 180 </div> 181 <ExternalLink size={12} /> 182 </a>