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

Commit

Permalink
Add a link to the blog on the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Mar 2, 2024
1 parent 6ffa416 commit 5be7230
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ function App() {
<p className='footer-text'>
<a className='inline-link-light' href="/privacy-policy">Privacy Policy</a>&nbsp;|&nbsp;
<a className='inline-link-light' href="/about">About</a>&nbsp;|&nbsp;
<a className='inline-link-light' href="/terms-of-service">Terms of Service</a>
<a className='inline-link-light' href="/terms-of-service">Terms of Service</a>&nbsp;|&nbsp;
<a className='inline-link-light' href="https://blog.khoj.dev">Blog</a>
</p>
<p className='footer-text'>
Designed with ❤️ by <a className='inline-link-light' href="https://debankon.com/">Debankon</a>.<br />Developed with 🥵 by Saba and Debanjum.
Expand Down

0 comments on commit 5be7230

Please sign in to comment.