Skip to content

Commit

Permalink
Added link installation and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Mar 18, 2024
1 parent 7d3bf01 commit bb4f597
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/containers/DownloadApp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function DownloadApp() {
<a
href={system.href || ''}
className={twMerge(
'btn-shadow inline-flex text-lg my-2 font-semibold cursor-pointer justify-center items-center space-x-2] text-blue-500 hover:text-blue-500 gap-2',
'inline-flex text-lg my-2 font-semibold cursor-pointer justify-center items-center space-x-2] text-blue-500 hover:text-blue-500 gap-2',
system.comingSoon && 'pointer-events-none'
)}
>
Expand Down
17 changes: 17 additions & 0 deletions docs/src/pages/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,23 @@ export default function Download() {
}}
/>
</div>

<div className="mb-14">
<a
href="https://jan.ai/guides/install/"
target="_blank"
className="text-blue-500 hover:text-blue-500 pr-4 border-r border-black/40 dark:border-white/40 mr-4 inline-block"
>
Installation Guide
</a>
<a
href="https://jan.ai/changelog/"
target="_blank"
className="text-blue-500 hover:text-blue-500"
>
Changelog
</a>
</div>
<DownloadApp />
</div>
</main>
Expand Down

0 comments on commit bb4f597

Please sign in to comment.