Skip to content

Commit e4836ce

Browse files
authored
Add RBAC button to homepage (#261)
1 parent 85a1485 commit e4836ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fern/products/home/pages/welcome.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ import { FernFooter } from "../../../components/FernFooter";
167167
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
168168
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
169169
</a>
170+
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/authentication/rbac">
171+
Control role-based access
172+
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
173+
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
174+
</a>
170175

171176
</div>
172177
</div>

0 commit comments

Comments
 (0)