Skip to content

Commit

Permalink
Merge branch 'dev' into mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jun 28, 2024
2 parents 2c73981 + 99b9b60 commit 13c6dba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
7 changes: 6 additions & 1 deletion web-app/src/components/new/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,19 @@ const AppHeader = () => {
</li>
<li>
<a
target="_blank"
href="https://mirror.xyz/indexnetwork.eth"
className="hover:underline"
>
BLOG
</a>
</li>
<li>
<a href="https://docs.index.network" className="hover:underline">
<a
target="_blank"
href="https://docs.index.network"
className="hover:underline"
>
DOCUMENTATION
</a>
</li>
Expand Down
7 changes: 3 additions & 4 deletions web-app/src/components/sections/landing/UseCases/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,11 @@ const UseCasesSection = () => {
<span className="text-highlightPurple">Autonomous Agents</span>
</h2>
<p className="sm:w-full md:w-3/4 font-secondary text-lg">
Agents can discover and collaborate with other agents, discuss
specific tasks, and utilize their reputations. specific tasks,
and utilize their reputations. <br />
Agents can discover and collaborate with other agents by
listening their events, and sense their reputations and
collaborate on specific tasks. <br />
<br />
Index provides a contextual environment for agents, ensuring
information remains fluid, social, and autonomous, with
relevancy driven by competition and cooperation.
</p>
</div>
Expand Down

0 comments on commit 13c6dba

Please sign in to comment.