Skip to content

Commit

Permalink
made wallet address wrap text in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Apr 29, 2024
1 parent 666f11f commit f3e8a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/@auth/(.)settings/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Page() {
<>
<motion.div className='grid space-y-6 p-4'>
<p className='text-xl'> {user?.google?.name}</p>
<p className='text-base'> {user?.wallet?.address}</p>
<p className='text-base text-wrap'> {user?.wallet?.address}</p>

<SendNotification />
<Card className='grid'>
Expand Down

0 comments on commit f3e8a72

Please sign in to comment.