Skip to content

Commit

Permalink
Update ConnectWallet.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilRaikwar authored Sep 22, 2024
1 parent f872838 commit c24e9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/src/components/ConnectWallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function ConnectWallet() {
<div className='min-h-screen flex flex-col bg-background-default'>
<header className='bg-background-dark shadow-md'>
<div className='container mx-auto px-4 py-4 flex justify-between items-center'>
<h1 className='text-2xl font-semibold text-primary'>MetaCircle</h1>
<h1 className='text-2xl font-semibold text-primary'>SocialDApp</h1>
<button
onClick={connectWallet}
className='bg-primary text-background-dark font-medium py-2 px-4 rounded-md hover:bg-opacity-90 transition duration-150 ease-in-out'
Expand All @@ -21,7 +21,7 @@ function ConnectWallet() {
<main className='flex-grow container my-[-40px] mx-auto px-4 py-16 flex items-center justify-between'>
<div className='max-w-xl'>
<h2 className='text-7xl font-bold text-primary mb-4'>
Welcome to Metacircle
Welcome to SocialDApp
</h2>
<p className='text-xl text-text-light mb-8'>
Join our community of passionate builders and share your journey in
Expand Down

0 comments on commit c24e9e8

Please sign in to comment.