Skip to content

Commit

Permalink
Fix base name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mykcryptodev authored Nov 10, 2024
1 parent a60b14a commit acd76b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function Page() {
Looking a bit bare?
</motion.h1>
<div className='flex flex-col items-center'>
<p className='text-center'> Go to <a href="https://base.or/names" target="_blank" rel="noreferrer" className=' hover:text-[#0052ff] hover:text-bold'>Basename</a> to add some details to your profile. <br /> Then see it everywhere. </p>
<p className='text-center'> Go to <a href="https://base.org/names" target="_blank" rel="noreferrer" className=' hover:text-[#0052ff] hover:text-bold'>Basename</a> to add some details to your profile. <br /> Then see it everywhere. </p>
</div>
</div>
</>
Expand Down

0 comments on commit acd76b2

Please sign in to comment.