web:open download page in new tab
This commit is contained in:
parent
39e946f256
commit
b245f5af8f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export default async function Home() {
|
|||
is a tool for running large language models, currently for macOS with Windows and Linux coming soon.
|
||||
<br />
|
||||
<br />
|
||||
<a href='/download'>
|
||||
<a href='/download' target='_blank'>
|
||||
<button className='bg-black text-white text-sm py-2 px-3 rounded-lg flex items-center gap-2'>
|
||||
<AiFillApple className='h-auto w-5 relative -top-px' /> Download for macOS
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue