replace accessibility placeholder with actual screenshot
- SHA
3f9e27306f9fd187d622b2c71daa5eb70587da17- Parents
-
a81762c - Tree
ae1ef3a
3f9e273
3f9e27306f9fd187d622b2c71daa5eb70587da17a81762c
ae1ef3a| Status | File | + | - |
|---|---|---|---|
| A |
public/accessibility-permissions.png
|
bin | |
| M |
src/app/docs/getting-started/accessibility/page.mdx
|
8 | 5 |
public/accessibility-permissions.pngaddedsrc/app/docs/getting-started/accessibility/page.mdxmodified@@ -35,11 +35,14 @@ The check happens once at launch. If you grant permissions while tarmac is alrea | ||
| 35 | 35 | 3. Click the lock and authenticate |
| 36 | 36 | 4. Click **+** and add the tarmac binary |
| 37 | 37 | |
| 38 | -<div className="screenshot-placeholder"> | |
| 39 | - <p className="text-lg font-medium mb-2">Screenshot: Accessibility settings</p> | |
| 40 | - <p className="text-sm">The Accessibility panel with tarmac listed and enabled</p> | |
| 41 | - <p className="text-xs mt-4 italic">[ placeholder — add accessibility-settings.png to public/ ]</p> | |
| 42 | -</div> | |
| 38 | +<img | |
| 39 | + src="/accessibility-permissions.png" | |
| 40 | + alt="macOS System Settings — Privacy & Security — Accessibility panel with tarmac enabled" | |
| 41 | + width={800} | |
| 42 | + height={600} | |
| 43 | + className="rounded-lg border border-surface-200 dark:border-surface-700 my-6" | |
| 44 | + loading="lazy" | |
| 45 | +/> | |
| 43 | 46 | |
| 44 | 47 | ## Permission revoked after rebuild |
| 45 | 48 | |