Skip to content

Commit 8edc35a

Browse files
yo missing stuff
1 parent e141254 commit 8edc35a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/app/services/page.tsx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ export default function Services() {
1616
<br></br>
1717
<ul className="service-lists">
1818
<li>
19-
<Service href="https://holyubofficial.net" source="https://github.com/holy-unblocker/website">Holy Unblocker</Service>
19+
<Service href="https://holyunblocker.org" source="https://github.com/QuiteAFancyEmerald/Holy-Unblocker/">Holy Unblocker LTS</Service>
2020
</li>
2121
<li>
22-
<Service href="https://example.com">Incognito</Service>
22+
<Service href="https://aluu.xyz">Alu</Service>
2323
</li>
2424
<li>
2525
<Service href="https://anura.pro" source="https://github.com/MercuryWorkshop/anuraOS">Anura OS</Service>
@@ -31,20 +31,23 @@ export default function Services() {
3131
<Service href="https://nebulaproxy.io" source="https://github.com/NebulaServices/Nebula">Nebula Proxy</Service>
3232
</li>
3333
<li>
34-
<Service href="https://flow-works.me" source="https://github.com/Flow-Works/FlowOS">FlowOS</Service>
34+
<Service href="https://definitelyscience.com" source="https://github.com/titaniumnetwork-dev/Definitely-Science">Definitely Science</Service>
3535
</li>
3636
<li>
3737
<Service href="https://kazwire.com" source="https://github.com/whos-evan/kazwire">Kazwire</Service>
3838
</li>
3939
<li>
40-
<Service href="https://terbium.ga" source="https://github.com/TerbiumOS/webOS">Terbium UX</Service>
40+
<Service href="https://anura.pro" source="https://github.com/MercuryWorkshop/anuraOS">AnuraOS</Service>
4141
</li>
4242
<li>
4343
<Service href="https://ludicrous.icu" source="https://github.com/titaniumnetwork-dev/Ludicrous">Ludicrous</Service>
4444
</li>
4545
<li>
4646
<Service href="https://totallyscience.co">Totally Science</Service>
4747
</li>
48+
<li>
49+
<Service href="https://incog.works">Incognito</Service>
50+
</li>
4851
<li>
4952
<Service href="https://binbashbanana.github.io/webretro" source="https://github.com/BinBashBanana/webretro">webretro</Service>
5053
</li>
@@ -77,4 +80,4 @@ function Service({ href, children, source }: { href: string, children: React.Rea
7780
</div>
7881
</>
7982
)
80-
}
83+
}

0 commit comments

Comments
 (0)