Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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
13 changes: 10 additions & 3 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,16 @@ safer, and more accurate.
<LinkButton href="https://github.com/pixiebrix/agent-browser-shield" icon="external">View on GitHub</LinkButton>
<LinkButton href="https://clawhub.ai/pixiebrix/agent-browser-shield" icon="external">Skill on ClawHub</LinkButton>

| Before | After |
| ------------------------------------------------- | ----------------------------------------------- |
| <Image src={beforeImage} alt="Before agent-browser-shield" /> | <Image src={afterImage} alt="After agent-browser-shield" /> |
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-block: 1.5rem;">
<figure style="margin: 0;">
<Image src={beforeImage} alt="Before agent-browser-shield" />
<figcaption style="text-align: center; font-weight: 600; margin-top: 0.5rem;">Before</figcaption>
</figure>
<figure style="margin: 0;">
<Image src={afterImage} alt="After agent-browser-shield" />
<figcaption style="text-align: center; font-weight: 600; margin-top: 0.5rem;">After</figcaption>
</figure>
</div>

## Benefits

Expand Down
Loading