Skip to content

Commit e9b4c4b

Browse files
committed
fixing user-permissions screenshots
1 parent f6bf37b commit e9b4c4b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
104 KB
Loading
102 KB
Loading

auth4genai/snippets/get-started/common/setup-fga-store.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,17 @@ In the [Auth0 FGA dashboard](https://dashboard.fga.dev/):
1616
Click **Create**.
1717
<Frame>
1818
<img
19-
src="/img/auth_for_rag_set_up_fga_store.png"
19+
className="block dark:hidden"
20+
src="/img/user_permissions_light.png"
2021
alt="Set up FGA Store"
2122
/>
22-
</Frame>
23+
24+
<img
25+
className="hidden dark:block"
26+
src="/img/user_permissions_dark.png"
27+
alt="Set up FGA Store"
28+
/>
29+
</Frame>
2330
</Step>
2431
</Steps>
2532

0 commit comments

Comments
 (0)