tangled
alpha
login
or
join now
margin.at
/
margin
89
fork
atom
Write on the margins of the internet. Powered by the AT Protocol.
margin.at
extension
web
atproto
comments
89
fork
atom
overview
issues
4
pulls
1
pipelines
fix typo topphie -> tophhie
scanash.com
1 month ago
7b9d4d88
65bf66af
+6
-6
3 changed files
expand all
collapse all
unified
split
web
src
components
Icons.jsx
SignUpModal.jsx
pages
Login.jsx
+1
-1
web/src/components/Icons.jsx
···
447
447
);
448
448
}
449
449
450
450
-
export function TopphieIcon({ size = 18 }) {
450
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
3
-
import { BlackskyIcon, NorthskyIcon, BlueskyIcon, TopphieIcon } from "./Icons";
3
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
30
-
id: "topphie",
31
31
-
name: "Topphie",
30
30
+
id: "tophhie",
31
31
+
name: "Tophhie",
32
32
service: "https://tophhie.social",
33
33
-
Icon: TopphieIcon,
33
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
33
-
"topphie.social",
33
33
+
"tophhie.social",
34
34
"altq.net",
35
35
];
36
36