Browse Source

web:open download page in new tab

Jeffrey Morgan 1 năm trước cách đây
mục cha
commit
b245f5af8f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.
           is a tool for running large language models, currently for macOS with Windows and Linux coming soon.
           <br />
           <br />
           <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'>
             <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
               <AiFillApple className='h-auto w-5 relative -top-px' /> Download for macOS
             </button>
             </button>