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

Commit 5be7230

Browse files
committed
Add a link to the blog on the landing page
1 parent 6ffa416 commit 5be7230

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ function App() {
6262
<p className='footer-text'>
6363
<a className='inline-link-light' href="/privacy-policy">Privacy Policy</a>&nbsp;|&nbsp;
6464
<a className='inline-link-light' href="/about">About</a>&nbsp;|&nbsp;
65-
<a className='inline-link-light' href="/terms-of-service">Terms of Service</a>
65+
<a className='inline-link-light' href="/terms-of-service">Terms of Service</a>&nbsp;|&nbsp;
66+
<a className='inline-link-light' href="https://blog.khoj.dev">Blog</a>
6667
</p>
6768
<p className='footer-text'>
6869
Designed with ❤️ by <a className='inline-link-light' href="https://debankon.com/">Debankon</a>.<br />Developed with 🥵 by Saba and Debanjum.

0 commit comments

Comments
 (0)