Browse Source

enable downloader

Eva Ho 1 năm trước cách đây
mục cha
commit
576ae644de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      web/app/download/page.tsx

+ 1 - 1
web/app/download/page.tsx

@@ -36,7 +36,7 @@ export default async function Download() {
           <h3 className='text-base text-neutral-500 mt-12 max-w-[16rem]'>
             While Ollama downloads, sign up to get notified of new updates.
           </h3>
-          {/* <Downloader url={asset.browser_download_url} /> */}
+          <Downloader url={asset.browser_download_url} />
         </section>
         <Signup />
       </main>