Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit c8e4a2c

Browse files
committed
Add a link to the whatsapp docs in the whatsapp page
1 parent 8a33119 commit c8e4a2c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/pages/WhatsApp.tsx

+8
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ export default function About() {
168168
href="https://github.com/khoj-ai/flint">
169169
See the code
170170
</Button>
171+
<Button
172+
type="primary"
173+
size='large'
174+
style={{borderRadius: '4px', marginLeft: '20px', marginRight: '20px'}}
175+
icon={<BookOutlined />}
176+
href="https://docs.khoj.dev/clients/whatsapp">
177+
Read the docs
178+
</Button>
171179
</div>
172180
<h2 className='article-title'>How it works</h2>
173181
<div className='content'>

0 commit comments

Comments
 (0)