mirror of
https://github.com/Rohithgilla12/data-peek
synced 2026-05-23 09:28:27 +00:00
chore: update download links
This commit is contained in:
parent
f5e2ce87ec
commit
c18242cbce
1 changed files with 3 additions and 1 deletions
|
|
@ -160,7 +160,9 @@ export default function DownloadPage() {
|
|||
{platform.variants.map((variant) => (
|
||||
<Link
|
||||
key={variant.filename}
|
||||
href={`/releases/${variant.filename}`}
|
||||
href="https://github.com/Rohithgilla12/data-peek/releases"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="group flex items-center justify-between p-3 rounded-xl bg-[--color-background] border border-[--color-border] hover:border-[--color-accent]/50 hover:bg-[--color-accent]/5 transition-all"
|
||||
>
|
||||
<div className="flex items-center gap-3">
|
||||
|
|
|
|||
Loading…
Reference in a new issue