+
diff --git a/components/Brand.tsx b/components/Brand.tsx
new file mode 100644
index 0000000..203e693
--- /dev/null
+++ b/components/Brand.tsx
@@ -0,0 +1,101 @@
+import Image from "next/image";
+import { BadgeCheck } from "lucide-react";
+
+import { Button } from "./ui/button";
+("lucide-react");
+
+const headlines = [
+ "Self-hostable",
+ "No Tracking",
+ "No Data Collection",
+ "No Analytics",
+];
+const Brand = () => {
+ return (
+
+
+ M-OAuth
+
+
+
+
+ {headlines.map((headline) => (
+ -
+
+ {headline}
+
+ ))}
+
+
+
+ );
+};
+export default Brand;
diff --git a/components/CreatAppForm.tsx b/components/CreatAppForm.tsx
index 1d9cf90..a972a1f 100644
--- a/components/CreatAppForm.tsx
+++ b/components/CreatAppForm.tsx
@@ -168,7 +168,7 @@ const CreateAppForm: React.FC
= ({
) : (
)}
diff --git a/components/FormContainer.tsx b/components/FormContainer.tsx
index 064e2fe..4fcedff 100644
--- a/components/FormContainer.tsx
+++ b/components/FormContainer.tsx
@@ -25,20 +25,20 @@ const FormContainer = () => {
return (
<>
-
+
- M-OAuth
- Card Description
+ Create an Application
+ Register client applications that can be used to obtain OAuth tokens.
{credentials && (
-
+
- Result
- Card Description
+ Credentials
+ Please keep this information secret and secure.
diff --git a/components/tables/ResultTable.tsx b/components/tables/ResultTable.tsx
index 14315d1..c817066 100644
--- a/components/tables/ResultTable.tsx
+++ b/components/tables/ResultTable.tsx
@@ -76,7 +76,7 @@ const ResultTable: React.FC = ({ credentials, appInfo }) => {
)}
{isLocal ? (
-