gardesk/tarmac-web / 3f9e273

Browse files

replace accessibility placeholder with actual screenshot

Authored by espadonne
SHA
3f9e27306f9fd187d622b2c71daa5eb70587da17
Parents
a81762c
Tree
ae1ef3a

2 changed files

StatusFile+-
A public/accessibility-permissions.png bin
M src/app/docs/getting-started/accessibility/page.mdx 8 5
public/accessibility-permissions.pngadded
Image file changed (preview rendering wires once /raw URLs are threaded into the diff renderer).
src/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
3535
 3. Click the lock and authenticate
3636
 4. Click **+** and add the tarmac binary
3737
 
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
+/>
4346
 
4447
 ## Permission revoked after rebuild
4548