diff --git a/app/page.tsx b/app/page.tsx index af0f689..9d715d2 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,6 +1,6 @@ import ClientOnly from "@/components/ClientOnly"; import FormContainer from "@/components/FormContainer"; -import Brand from "@/components/Brand"; +import Brand from "@/components/Branding"; export default function Home() { return ( diff --git a/components/Brand.tsx b/components/Branding.tsx similarity index 83% rename from components/Brand.tsx rename to components/Branding.tsx index 6a1e351..251e3af 100644 --- a/components/Brand.tsx +++ b/components/Branding.tsx @@ -2,9 +2,8 @@ import Image from "next/image"; import { BadgeCheck } from "lucide-react"; import { Button } from "./ui/button"; -("lucide-react"); -const headlines = [ +const lists = [ "Self-hostable", "No Tracking", "No Data Collection", @@ -17,7 +16,7 @@ const Brand = () => { M-OAuth
-
+

Access token generator for{" "} { Mastodon ,{" "} - Misskey - {" "} + {" "} */} APIs.

- + - +
diff --git a/components/CreatAppForm.tsx b/components/CreatAppForm.tsx index 0694e60..5ff5b67 100644 --- a/components/CreatAppForm.tsx +++ b/components/CreatAppForm.tsx @@ -137,7 +137,7 @@ const CreateAppForm: React.FC = ({ Github = ({ Akkoma - + {/* = ({ /> Misskey - + */} diff --git a/public/akkoma.svg b/public/akkoma.svg new file mode 100644 index 0000000..9ba4073 --- /dev/null +++ b/public/akkoma.svg @@ -0,0 +1 @@ +Akkoma \ No newline at end of file diff --git a/public/avatar.jpg b/public/avatar.jpg new file mode 100644 index 0000000..5f1aaae Binary files /dev/null and b/public/avatar.jpg differ diff --git a/public/forgejo.svg b/public/forgejo.svg new file mode 100644 index 0000000..5c6119a --- /dev/null +++ b/public/forgejo.svg @@ -0,0 +1 @@ +Forgejo \ No newline at end of file