@@ -11,20 +11,20 @@ const { title } = Astro.props;
1111---
1212<footer class =" border-t border-white/5" >
1313 <div class =" mx-auto max-w-7xl px-4 py-10 sm:px-6 lg:px-8" >
14- <div class =" grid grid-cols-1 gap-8 sm:grid-cols-3 " >
14+ <div class =" grid grid-cols-1 gap-8 sm:grid-cols-4 " >
1515 <div >
1616 <a href =" /" class =" inline-flex items-center gap-2" >
1717 <span class =" inline-flex h-8 w-8 items-center justify-center rounded-md ring-1 ring-white/10" >
1818 <Image src ={ dojoLogo } alt =" Samourai Dojo Logo" width =" 26" height =" 26" />
1919 </span >
2020 <span class =" text-sm font-semibold text-zinc-200" >{ title } </span >
2121 </a >
22- <p class =" mt-3 max-w-sm text-xs text-zinc-400" >Open‑source software for privacy‑preserving Bitcoin usage .</p >
22+ <p class =" mt-3 max-w-sm text-xs text-zinc-400" >Open‑source software for privacy‑oriented Bitcoin users .</p >
2323 </div >
2424 <div >
2525 <h5 class =" text-xs font-semibold uppercase tracking-wider text-zinc-400" >Docs</h5 >
2626 <ul class =" mt-3 space-y-2 text-sm text-zinc-300" >
27- <li ><a class =" hover:text-zinc-100" href =" /docs " >Overview</a ></li >
27+ <li ><a class =" hover:text-zinc-100" href =" /install/requirements " >Overview</a ></li >
2828 <li ><a class =" hover:text-zinc-100" href =" /install/download-and-verify" >Download & Verify</a ></li >
2929 <li ><a class =" hover:text-zinc-100" href =" /install/install-dependencies" >Install Dependencies</a ></li >
3030 <li ><a class =" hover:text-zinc-100" href =" /install/install-dojo" >Install Dojo</a ></li >
@@ -34,19 +34,27 @@ const { title } = Astro.props;
3434 <div >
3535 <h5 class =" text-xs font-semibold uppercase tracking-wider text-zinc-400" >Repositories</h5 >
3636 <ul class =" mt-3 space-y-2 text-sm text-zinc-300" >
37- <li ><a class =" hover:text-zinc-100" href =" https://github.com/Samourai-Wallet/dojo" target =" _blank" rel =" noreferrer" >Samourai Dojo</a ></li >
38- <li ><a class =" hover:text-zinc-100" href =" https://github.com/Samourai-Wallet/boltzmann" target =" _blank" rel =" noreferrer" >Boltzmann</a ></li >
39- <li ><a class =" hover:text-zinc-100" href =" https://github.com/Samourai-Wallet/one-dollar-fee-estimator" target =" _blank" rel =" noreferrer" >One‑Dollar‑Fee‑Estimator</a ></li >
40- <li ><a class =" hover:text-zinc-100" href =" https://github.com/Samourai-Wallet?tab=repositories&q=bip47" target =" _blank" rel =" noreferrer" >BIP47</a ></li >
41- <li ><a class =" hover:text-zinc-100" href =" https://github.com/Samourai-Wallet?tab=repositories&q=auth47" target =" _blank" rel =" noreferrer" >Auth47</a ></li >
37+ <li ><a class =" hover:text-zinc-100" href =" https://github.com/Dojo-Open-Source-Project/samourai-dojo" target =" _blank" rel =" noreferrer" >Samourai Dojo</a ></li >
38+ <li ><a class =" hover:text-zinc-100" href =" https://github.com/Dojo-Open-Source-Project/boltzmann" target =" _blank" rel =" noreferrer" >Boltzmann</a ></li >
39+ <li ><a class =" hover:text-zinc-100" href =" https://github.com/Dojo-Open-Source-Project/one-dollar-fee-estimator" target =" _blank" rel =" noreferrer" >The $1 Fee Estimator</a ></li >
40+ <li ><a class =" hover:text-zinc-100" href =" https://github.com/Dojo-Open-Source-Project/bip47" target =" _blank" rel =" noreferrer" >BIP47</a ></li >
41+ <li ><a class =" hover:text-zinc-100" href =" https://github.com/Dojo-Open-Source-Project/auth47" target =" _blank" rel =" noreferrer" >Auth47</a ></li >
42+ </ul >
43+ </div >
44+ <div >
45+ <h5 class =" text-xs font-semibold uppercase tracking-wider text-zinc-400" >Other</h5 >
46+ <ul class =" mt-3 space-y-2 text-sm text-zinc-300" >
47+ <li ><a class =" hover:text-zinc-100" href =" /releases" >Releases</a ></li >
48+ <li ><a class =" hover:text-zinc-100" href =" /pgp" >PGP Keys</a ></li >
49+ <li ><a class =" hover:text-zinc-100" href =" /canary" >Warrant Canary</a ></li >
50+ <li ><a class =" hover:text-zinc-100" href =" /donate" >Donate</a ></li >
4251 </ul >
4352 </div >
4453 </div >
4554 <div class =" mt-10 flex flex-col items-center justify-between gap-4 border-t border-white/5 pt-6 text-xs text-zinc-500 sm:flex-row" >
4655 <p >© { new Date ().getFullYear ()} { title } </p >
4756 <div class =" flex items-center gap-4" >
48- <a href =" /docs" class =" hover:text-zinc-300" >Docs</a >
49- <a href =" https://github.com/Samourai-Wallet" target =" _blank" rel =" noreferrer" class =" hover:text-zinc-300" >GitHub</a >
57+ <a href =" https://github.com/Dojo-Open-Source-Project" target =" _blank" rel =" noreferrer" class =" hover:text-zinc-300" >GitHub</a >
5058 </div >
5159 </div >
5260 </div >
0 commit comments