+
-
{applicationName}
+
{capitalize(applicationName)}
{xcolumns.map((platform, colIndex) => {
diff --git a/src/index.css b/src/index.css
index d419bfa..df83f62 100644
--- a/src/index.css
+++ b/src/index.css
@@ -46,5 +46,7 @@
*,
body {
- font-family: Inter;
+ padding: 0;
+ margin: 0;
+ box-sizing: border-box;
}
diff --git a/src/main.tsx b/src/main.tsx
index 29457a3..5fdecdb 100644
--- a/src/main.tsx
+++ b/src/main.tsx
@@ -1,6 +1,8 @@
import './index.css';
import React from 'react';
+import { ThemeProvider } from '@emotion/react';
+import { CssBaseline } from '@mui/material';
import { getDefaultConfig } from '@rainbow-me/rainbowkit';
import ReactDOM from 'react-dom/client';
import { BrowserRouter } from 'react-router-dom';
@@ -8,6 +10,7 @@ import { baseSepolia, optimismSepolia } from 'viem/chains';
import { http, WagmiProvider } from 'wagmi';
import App from './App';
+import theme from './libs/theme';
if (!import.meta.env.VITE_PROJECT_ID) {
throw new Error('VITE_PROJECT_ID environment variable is required');
@@ -31,7 +34,10 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
-
+
+
+
+
diff --git a/src/pages/Auth/Login/Login.tsx b/src/pages/Auth/Login/Login.tsx
index 362a1b3..2a9ded6 100644
--- a/src/pages/Auth/Login/Login.tsx
+++ b/src/pages/Auth/Login/Login.tsx
@@ -5,8 +5,8 @@ export function Login() {
return (
-
- Welcome to OnChain
+
+ Welcome to LogID
Please connect your wallet to continue.
diff --git a/src/pages/Identifiers/Attestation/Attestation.tsx b/src/pages/Identifiers/Attestation/Attestation.tsx
index edfc67c..5d0d6c9 100644
--- a/src/pages/Identifiers/Attestation/Attestation.tsx
+++ b/src/pages/Identifiers/Attestation/Attestation.tsx
@@ -13,7 +13,7 @@ import { AttestPayload } from '../../../interfaces';
const steps = [
{ label: 'Authenticate' },
{ label: 'Attest' },
- { label: 'Transact' },
+ { label: 'Complete' },
];
export default function Attestation() {
@@ -53,8 +53,8 @@ export default function Attestation() {
>
Link Your Social Media Accounts
- Attest your social media accounts by linking them to your wallet
- address. This allows you to prove ownership over these accounts.
+ Attest the social media accounts you own by linking them to your
+ wallet address. This allows you to prove ownership.
diff --git a/src/pages/Permissions/Permissions.tsx b/src/pages/Permissions/Permissions.tsx
index 906bcbc..0a58f95 100644
--- a/src/pages/Permissions/Permissions.tsx
+++ b/src/pages/Permissions/Permissions.tsx
@@ -288,7 +288,7 @@ export function Permissions() {
Note: The process of revoking or granting access to
- applications may take some time.
+ applications may take 1-2 minutes to process.