Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update links to agentcoin #251

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions web/app/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,21 @@ function Header() {
<div className='space-x-4 flex items-center'>
<div className='space-x-3 flex items-center'>
<a
href='https://discord.com/invite/Z5m88a5qWu'
href='https://agentcoin.org/discord'
target='_blank'
rel='noredirect'
className='flex items-center justify-center rounded-full bg-indigo-400/40 p-1 hover:bg-indigo-100 transition-colors duration-300 ease-in-out text-indigo-600 hover:text-indigo-800'>
<DiscordLogo size={16} weight='bold' />
</a>
<a
href='https://x.com/polywrap_io'
href='https://x.com/agentcoinorg'
target='_blank'
rel='noredirect'
className='flex items-center justify-center rounded-full bg-indigo-400/40 p-1 hover:bg-indigo-100 transition-colors duration-300 ease-in-out text-indigo-600 hover:text-indigo-800'>
<XLogo size={16} />
</a>
<a
href='https://blog.polywrap.io/'
href='https://agentcoin.org/blog'
target='_blank'
rel='noredirect'
className='flex items-center justify-center rounded-full bg-indigo-400/40 p-1 hover:bg-indigo-100 transition-colors duration-300 ease-in-out text-indigo-600 hover:text-indigo-800'>
Expand Down
6 changes: 3 additions & 3 deletions web/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ function Footer() {
return (
<footer className='flex flex-col w-full p-6 pt-2'>
<div className='font-regular flex gap-x-[2px] text-[12px] text-indigo-800/70'>
<span>a web3 agent by</span>
<span>Built by </span>
<a
className='underline font-semibold'
href='https://polywrap.io'
href='https://agentcoin.org'
target='_blank'
rel='noopener noreferrer'>
polywrap
Agentcoin
</a>
</div>
</footer>
Expand Down
Loading