Skip to content

Commit

Permalink
fix: xmtp chat height
Browse files Browse the repository at this point in the history
  • Loading branch information
HadiKhai committed Dec 10, 2024
1 parent de9661b commit 4479b76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified apps/console/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/console/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import './global.css';
import { Providers } from './providers';

export const metadata = {
title: 'JustWeb3 Console',
title: 'JustWeb3 Demo Console',
description: 'Your decentralized identity toolkit',
};

Expand Down
4 changes: 2 additions & 2 deletions apps/console/src/app/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export const Providers: React.FC<ProviderProps> = (props) => {
const [queryClient] = useState(() => new QueryClient());

const config = getDefaultConfig({
appName: 'JustaName Console',
projectId: 'YOUR_PROJECT_ID',
appName: 'JustWeb3 Demo Console',
projectId: process.env.NEXT_PUBLIC_PROJECT_ID as string,
wallets: [
...wallets,
{
Expand Down

0 comments on commit 4479b76

Please sign in to comment.