Skip to content

Commit 7f803bf

Browse files
committed
chore(debugging): add link icons
1 parent 23f6c35 commit 7f803bf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

fern/debugging.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ When you're stuck:
199199
icon="user-group"
200200
href="https://discord.com/invite/pUFNcf2WmH"
201201
>
202+
<div className='absolute top-4 right-4'>
203+
<Icon icon="arrow-up-right-from-square" />
204+
</div>
202205
Join the Vapi Discord for real-time help from the community and team
203206
</Card>
204207

@@ -207,6 +210,9 @@ When you're stuck:
207210
icon="book"
208211
href="/api-reference"
209212
>
213+
<div className='absolute top-4 right-4'>
214+
<Icon icon="arrow-up-right-from-square" />
215+
</div>
210216
Check the API reference for detailed configuration options
211217
</Card>
212218

@@ -215,6 +221,9 @@ When you're stuck:
215221
icon="fa-light fa-heartbeat"
216222
href="https://status.vapi.ai/"
217223
>
224+
<div className='absolute top-4 right-4'>
225+
<Icon icon="arrow-up-right-from-square" />
226+
</div>
218227
Check real-time status of Vapi services and AI providers
219228
</Card>
220229

0 commit comments

Comments
 (0)