Formatted the project

This commit is contained in:
mr. M 2025-02-04 01:26:58 +01:00
parent 18e7c722f1
commit 847937afae
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
3 changed files with 2837 additions and 932 deletions

3737
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -73,7 +73,7 @@ export default function ModsList({ mods }: ModsListProps) {
function getPageUrl(pageNum: number) { function getPageUrl(pageNum: number) {
const params = new URLSearchParams(searchParams) const params = new URLSearchParams(searchParams)
if (pageNum > 1) { if (pageNum > 1) {
params.set('page', pageNum.toString()) params.set('page', pageNum.toString())
} else { } else {

View file

@ -33,7 +33,7 @@ import Layout from '../layouts/Layout.astro'
<div class="mt-4"> <div class="mt-4">
<ul> <ul>
<li class="text-sm"> <li class="text-sm">
<a href="https://mauro-balades.github.io/www" <a href="https://cheff.dev/"
><strong class="font-bold underline">Mauro Baladés</strong></a ><strong class="font-bold underline">Mauro Baladés</strong></a
><span class="opacity-60"> : Creator, Main Developer</span> ><span class="opacity-60"> : Creator, Main Developer</span>
</li> </li>
@ -41,28 +41,28 @@ import Layout from '../layouts/Layout.astro'
<strong class="font-bold">Oscar Gonzalez</strong><span <strong class="font-bold">Oscar Gonzalez</strong><span
class="opacity-60" class="opacity-60"
> >
: Site Reliability Engineer (SRE) and code signing.</span : Site Reliability Engineer (SRE) and code signing.</span
> >
</li> </li>
<li class="mt-2 text-sm"> <li class="mt-2 text-sm">
<a href="https://janheres.eu/" <a href="https://janheres.eu/"
><strong class="font-bold underline">Jan Heres</strong></a ><strong class="font-bold underline">Jan Heres</strong></a
><span class="opacity-60" ><span class="opacity-60">
> : Active contributor and helps with MacOS builds</span : Active contributor and helps with MacOS builds</span
> >
</li> </li>
<li class="mt-2 text-sm"> <li class="mt-2 text-sm">
<a href="https://github.com/BrhmDev" <a href="https://github.com/BrhmDev"
><strong class="font-bold underline">BrhmDev</strong></a ><strong class="font-bold underline">BrhmDev</strong></a
><span class="opacity-60" ><span class="opacity-60">
> : Active contributor with great contributions</span : Active contributor with great contributions</span
> >
</li> </li>
<li class="mt-2 text-sm"> <li class="mt-2 text-sm">
<a href="https://thatcanoa.org/" <a href="https://thatcanoa.org/"
><strong class="font-bold underline">Canoa</strong></a ><strong class="font-bold underline">Canoa</strong></a
><span class="opacity-60" ><span class="opacity-60">
> : Active contributor, and very active in issue handling and : Active contributor, and very active in issue handling and
website management</span website management</span
> >
</li> </li>
@ -73,21 +73,22 @@ import Layout from '../layouts/Layout.astro'
</li> </li>
<li class="mt-2 text-sm"> <li class="mt-2 text-sm">
<a href="https://github.com/kristijanribaric" <a href="https://github.com/kristijanribaric"
><strong class="font-bold underline">kristijanribaric</strong></a ><strong class="font-bold underline">kristijanribaric</strong
></a
><span class="opacity-60"> : Active contributor</span> ><span class="opacity-60"> : Active contributor</span>
</li> </li>
<li class="mt-2 text-sm"> <li class="mt-2 text-sm">
<a href="https://github.com/n7itro" <a href="https://github.com/n7itro"
><strong class="font-bold underline">n7itro</strong></a ><strong class="font-bold underline">n7itro</strong></a
><span class="opacity-60" ><span class="opacity-60">
> : Active contributor and release notes writer</span : Active contributor and release notes writer</span
> >
</li> </li>
<li class="mt-2 text-sm"> <li class="mt-2 text-sm">
<a href="https://josuegalre.netlify.app/" <a href="https://josuegalre.netlify.app/"
><strong class="font-bold underline">Bryan Galdámez</strong></a ><strong class="font-bold underline">Bryan Galdámez</strong></a
><span class="opacity-60" ><span class="opacity-60">
> : Huge contributor on theme functionalities</span : Huge contributor on theme functionalities</span
> >
</li> </li>
<li class="mt-2 text-sm"> <li class="mt-2 text-sm">
@ -103,7 +104,8 @@ import Layout from '../layouts/Layout.astro'
<li class="mt-2 text-sm"> <li class="mt-2 text-sm">
<strong class="font-bold">Daniel García</strong><span <strong class="font-bold">Daniel García</strong><span
class="opacity-60" class="opacity-60"
> : MacOS certificate and app notarization maintainer</span >
: MacOS certificate and app notarization maintainer</span
> >
</li> </li>
</ul> </ul>