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

Dev Release July 12th #252

Merged
merged 5 commits 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
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
Loading