mirror of
https://github.com/neosubhamoy/neodlp-website.git
synced 2026-02-04 12:22:21 +05:30
(refactor): added extension store links, neodlp website source link and minor changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "neodlp-website",
|
"name": "neodlp-website",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ export default function GetExtensionSection({ release }: { release: LatestExtens
|
|||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
as="a"
|
as="a"
|
||||||
href={`#`}
|
href={`https://chromewebstore.google.com/detail/neo-downloader-plus/mehopeailfjmiloiiohgicphlcgpompf`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<span className="font-semibold flex items-center gap-2">
|
<span className="font-semibold flex items-center gap-2">
|
||||||
@@ -41,7 +41,7 @@ export default function GetExtensionSection({ release }: { release: LatestExtens
|
|||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
as="a"
|
as="a"
|
||||||
href={`#`}
|
href={`https://addons.mozilla.org/en-US/firefox/addon/neo-downloader-plus`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<span className="font-semibold flex items-center gap-2">
|
<span className="font-semibold flex items-center gap-2">
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ export default function Footer() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col gap-2">
|
<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="/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="/terms-of-use">Terms Of Use</a>
|
||||||
<a className="text-sm text-muted-foreground hover:underline" href="/dmca">DMCA</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>
|
<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" 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-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>
|
||||||
<div className="flex flex-col gap-2">
|
<div className="flex flex-col gap-2">
|
||||||
<h5 className="font-semibold mb-2">More Products from Us</h5>
|
<h5 className="font-semibold mb-2">More Products from Us</h5>
|
||||||
|
|||||||
Reference in New Issue
Block a user