Skip to content

Commit 8571d8f

Browse files
committed
docs(arc-docs): review changes added link
review changes added link GH-26
1 parent cc33075 commit 8571d8f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

projects/arc-docs/src/app/docs/auth-doc/components/configure-token-doc/configure-token-doc.component.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ <h2 class="nb-card-header-title">Setting a User token</h2>
8484
src="../../.././../../assets/env_img/token.png"
8585
alt="tokenImg"
8686
/>
87+
88+
<div style="text-align: center; margin-top: 20px">
89+
<a
90+
href="https://akveo.github.io/nebular/docs/getting-started/what-is-nebular#what-is-nebular"
91+
target="_blank"
92+
>
93+
If you want to explore further, please refer to Nebular</a
94+
>
95+
</div>
8796
</nb-card-body>
8897
</nb-card>
8998
</div>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
a {
2+
text-decoration: none;
3+
color: #19a5ff;
4+
}

0 commit comments

Comments
 (0)