Skip to content

Commit

Permalink
Merge pull request #251 from agentcoinorg/update-to-agentcoin
Browse files Browse the repository at this point in the history
chore: update links to agentcoin
  • Loading branch information
dOrgJelli authored Jul 12, 2024
2 parents 1878bd9 + 7e916f7 commit 60941e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 60941e6

Please sign in to comment.