Skip to content

Commit

Permalink
📝 update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
katungi committed Jun 28, 2024
1 parent 99c56cb commit b998a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default function Home() {
<div className='relative z-10'>
<div className='absolute -z-10 left-1/2 -translate-x-1/2 -top-[90px]'>
<div className='absolute inset-x-0 -bottom-0 h-16 bg-gradient-to-t 0 from-blue-100 pointer-events-none'></div>
<Link href='https://github.com/katungi/pasta/releases/download/app-v0.1.0/Pasta._0.1.0_x64.dmg'>
<Link href='https://github.com/katungi/pasta/releases/download/app-v0.1.2/Pasta._0.1.2_x64.dmg'>
<Button className='bg-blue-100 text-red-500 hover:bg-blue-200 hover:text-red-600'>
<AppleIcon className='h-6 w-6 mr-2' />
Download for Intel
Expand All @@ -194,7 +194,7 @@ export default function Home() {
<div className='relative z-10'>
<div className='absolute -z-10 left-1/2 -translate-x-1/2 -top-[90px]'>
<div className='absolute inset-x-0 -bottom-0 h-16 bg-gradient-to-t from-blue-100 pointer-events-none'></div>
<Link href='https://github.com/katungi/pasta/releases/download/app-v0.1.0/Pasta._0.1.0_aarch64.dmg'>
<Link href='https://github.com/katungi/pasta/releases/download/app-v0.1.2/Pasta._0.1.2_aarch64.dmg'>
<Button className='bg-blue-100 text-black hover:bg-blue-200 hover:text-red-600'>
<AppleIcon className='h-6 w-6 mr-2' />
Download for Apple Silicon
Expand Down

0 comments on commit b998a80

Please sign in to comment.