mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 18:56:39 +00:00
Merge branch 'main' of https://github.com/fosrl/pangolin
This commit is contained in:
@@ -25,7 +25,6 @@ next-env.d.ts
|
|||||||
package-lock.json
|
package-lock.json
|
||||||
config/
|
config/
|
||||||
install/
|
install/
|
||||||
public/
|
|
||||||
bruno/
|
bruno/
|
||||||
LICENSE
|
LICENSE
|
||||||
CONTRIBUTING.md
|
CONTRIBUTING.md
|
||||||
|
|||||||
@@ -60,16 +60,22 @@ export const SitesSplashCard = () => {
|
|||||||
Runs in shell on macOS, Linux, and Windows
|
Runs in shell on macOS, Linux, and Windows
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<Button className="w-full" variant="secondary">
|
|
||||||
|
<div className="mt-4">
|
||||||
<Link
|
<Link
|
||||||
href="https://docs.fossorial.io/Newt/install"
|
href="https://docs.fossorial.io/Newt/install"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="flex items-center"
|
|
||||||
>
|
>
|
||||||
Install Newt <ArrowRight className="ml-2 w-4 h-4" />
|
<Button
|
||||||
|
className="w-full flex items-center"
|
||||||
|
variant="secondary"
|
||||||
|
>
|
||||||
|
Install Newt{" "}
|
||||||
|
<ArrowRight className="ml-2 w-4 h-4" />
|
||||||
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</Button>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
<h3 className="text-xl font-semibold flex items-center gap-2">
|
<h3 className="text-xl font-semibold flex items-center gap-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user