Skip to content

Commit

Permalink
fix: footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSDR committed Jun 20, 2024
1 parent 003f887 commit 1441907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/components/Footer/footer.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ export const Footer = async () => {
<div className='border-t border-gray-500 bg-black/50 px-4 lg:px-20'>
<div className='mx-auto flex w-full max-w-screen-2xl flex-col items-center justify-between gap-6 p-6 lg:flex-row lg:gap-0'>
<p className='hidden text-left text-sm leading-5 text-gray-400 lg:block'>
Making decentralized AI for everyone, for blockchain data visit{' '}
Making decentralized AI for everyone, for blockchain data{' '}
<Link href={links.stats} className='text-green-500 hover:underline'>
here
visit explorer
</Link>
.
</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}
}

0 comments on commit 1441907

Please sign in to comment.