Skip to content

Commit

Permalink
Merge pull request #252 from agentcoinorg/dev
Browse files Browse the repository at this point in the history
Dev Release July 12th
  • Loading branch information
dOrgJelli authored Jul 12, 2024
2 parents b760116 + 60941e6 commit 955341c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

---

[Discord](https://discord.gg/k7UCsH3ps9) | [Website](https://fundpublicgoods.ai) | :star: the repo !
[Discord](https://agentcoin.org/discord) | [Website](https://fundpublicgoods.ai) | :star: the repo !

---

Expand All @@ -14,11 +14,11 @@ fundpublicgoods.ai is an AI agent that specializes in streamlining resource allo

## Need Help?

Join our [Discord community](https://discord.gg/k7UCsH3ps9) for support and discussions.
Join our [Discord community](https://agentcoin.org/discord) for support and discussions.

[![Join us on Discord](https://invidget.switchblade.xyz/k7UCsH3ps9)](https://discord.com/invite/k7UCsH3ps9)
[![Join us on Discord](https://invidget.switchblade.xyz/6gk85fetcT)](https://discord.com/invite/6gk85fetcT)

If you have questions or encounter issues, please don't hesitate to [create a new issue](https://github.com/polywrap/fundpublicgoods/issues/new) to get support.
If you have questions or encounter issues, please don't hesitate to [create a new issue](https://github.com/agentcoinorg/fundpublicgoods/issues/new) to get support.

## How it works

Expand Down
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 955341c

Please sign in to comment.