浏览代码

web:open download page in new tab

Jeffrey Morgan 1 年之前
父节点
当前提交
b245f5af8f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/app/page.tsx

+ 1 - 1
web/app/page.tsx

@@ -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>