File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ function Header() {
6161 < div className = "flex flex-col gap-y-2 max-sm:border-b max-sm:border-dotted max-sm:border-gray-200 max-sm:pb-4" >
6262 < dt className = "text-sm/6 text-gray-600" > Docker pulls</ dt >
6363 < dd className = "order-first text-6xl font-medium tracking-tight" >
64- < AnimatedNumber start = { 0 } end = { 12.2 } decimals = { 1 } /> k
64+ < AnimatedNumber start = { 0 } end = { 48.8 } decimals = { 1 } /> k
6565 </ dd >
6666 </ div >
6767 < div className = "flex flex-col gap-y-2" >
6868 < dt className = "text-sm/6 text-gray-600" > Contributors</ dt >
6969 < dd className = "order-first text-6xl font-medium tracking-tight" >
7070 >
71- < AnimatedNumber start = { 0 } end = { 10 } />
71+ < AnimatedNumber start = { 0 } end = { 15 } />
7272 </ dd >
7373 </ div >
7474 </ dl >
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ const downloads: {
179179 } ,
180180 'v0.3.4' : {
181181 x86 : 'https://github.com/Drop-OSS/drop-app/releases/download/v0.3.4/Drop.Desktop.Client_0.3.4_amd64.deb' ,
182- ARM : " https://github.com/Drop-OSS/drop-app/releases/download/v0.3.4/Drop.Desktop.Client_0.3.4_arm64.deb" ,
182+ ARM : ' https://github.com/Drop-OSS/drop-app/releases/download/v0.3.4/Drop.Desktop.Client_0.3.4_arm64.deb' ,
183183 } ,
184184 } ,
185185 } ,
@@ -209,8 +209,8 @@ const downloads: {
209209 ARM : 'https://github.com/Drop-OSS/drop-app/releases/download/v0.3.3/Drop.Desktop.Client_0.3.3_aarch64.dmg' ,
210210 } ,
211211 'v0.3.4' : {
212- x86 : " https://github.com/Drop-OSS/drop-app/releases/download/v0.3.4/Drop.Desktop.Client_0.3.4_x64.dmg" ,
213- ARM : " https://github.com/Drop-OSS/drop-app/releases/download/v0.3.4/Drop.Desktop.Client_0.3.4_aarch64.dmg" ,
212+ x86 : ' https://github.com/Drop-OSS/drop-app/releases/download/v0.3.4/Drop.Desktop.Client_0.3.4_x64.dmg' ,
213+ ARM : ' https://github.com/Drop-OSS/drop-app/releases/download/v0.3.4/Drop.Desktop.Client_0.3.4_aarch64.dmg' ,
214214 } ,
215215 } ,
216216 } ,
@@ -259,6 +259,10 @@ export default function DownloadCards() {
259259
260260 return (
261261 < div className = "relative py-24" >
262+ < pre className = "hidden" id = "download-matrix" >
263+ { JSON . stringify ( downloads ) }
264+ </ pre >
265+
262266 < Container >
263267 < div className = "flex flex-col items-center" >
264268 < Listbox value = { currentVersion } onChange = { setCurrentVersion } >
You can’t perform that action at this time.
0 commit comments