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

fix typo topphie -> tophhie

+6 -6
+1 -1
web/src/components/Icons.jsx
··· 447 447 ); 448 448 } 449 449 450 - export function TopphieIcon({ size = 18 }) { 450 + export function TophhieIcon({ size = 18 }) { 451 451 return ( 452 452 <svg 453 453 width={size}
+4 -4
web/src/components/SignUpModal.jsx
··· 1 1 import { useState, useEffect } from "react"; 2 2 import { X, ChevronRight, Loader2, AlertCircle } from "lucide-react"; 3 - import { BlackskyIcon, NorthskyIcon, BlueskyIcon, TopphieIcon } from "./Icons"; 3 + import { BlackskyIcon, NorthskyIcon, BlueskyIcon, TophhieIcon } from "./Icons"; 4 4 import { startSignup } from "../api/client"; 5 5 6 6 const RECOMMENDED_PROVIDER = { ··· 27 27 description: "A Canadian-based worker-owned cooperative", 28 28 }, 29 29 { 30 - id: "topphie", 31 - name: "Topphie", 30 + id: "tophhie", 31 + name: "Tophhie", 32 32 service: "https://tophhie.social", 33 - Icon: TopphieIcon, 33 + Icon: TophhieIcon, 34 34 description: "A welcoming and friendly community", 35 35 }, 36 36 {
+1 -1
web/src/pages/Login.jsx
··· 30 30 "Tangled", 31 31 "Northsky", 32 32 "witchcraft.systems", 33 - "topphie.social", 33 + "tophhie.social", 34 34 "altq.net", 35 35 ]; 36 36