1
1
mirror of https://github.com/neosubhamoy/neodlp-website.git synced 2026-02-04 10:02:22 +05:30

(refactor): added extension store links, neodlp website source link and minor changes

This commit is contained in:
2025-05-14 22:45:46 +05:30
Verified
parent 76cf1d3d41
commit c4dede2f7b
3 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "neodlp-website",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",

View File

@@ -22,7 +22,7 @@ export default function GetExtensionSection({ release }: { release: LatestExtens
</div>
}
as="a"
href={`#`}
href={`https://chromewebstore.google.com/detail/neo-downloader-plus/mehopeailfjmiloiiohgicphlcgpompf`}
target="_blank"
>
<span className="font-semibold flex items-center gap-2">
@@ -41,7 +41,7 @@ export default function GetExtensionSection({ release }: { release: LatestExtens
</div>
}
as="a"
href={`#`}
href={`https://addons.mozilla.org/en-US/firefox/addon/neo-downloader-plus`}
target="_blank"
>
<span className="font-semibold flex items-center gap-2">

View File

@@ -22,7 +22,7 @@ export default function Footer() {
</div>
</div>
<div className="flex flex-col gap-2">
<h5 className="font-semibold mb-2">Terms</h5>
<h5 className="font-semibold mb-2">Legal</h5>
<a className="text-sm text-muted-foreground hover:underline" href="/privacy-policy">Privacy Policy</a>
<a className="text-sm text-muted-foreground hover:underline" href="/terms-of-use">Terms Of Use</a>
<a className="text-sm text-muted-foreground hover:underline" href="/dmca">DMCA</a>
@@ -31,6 +31,7 @@ export default function Footer() {
<h5 className="font-semibold mb-2">Sources</h5>
<a className="text-sm text-muted-foreground hover:underline" href="https://github.com/neosubhamoy/neodlp" target="_blank">NeoDLP</a>
<a className="text-sm text-muted-foreground hover:underline" href="https://github.com/neosubhamoy/neodlp-extension" target="_blank">NeoDLP Extension</a>
<a className="text-sm text-muted-foreground hover:underline" href="https://github.com/neosubhamoy/neodlp-website" target="_blank">NeoDLP Website</a>
</div>
<div className="flex flex-col gap-2">
<h5 className="font-semibold mb-2">More Products from Us</h5>