Damn, i dont have any way to test this outside of prod. kill me later rocord
Some checks failed
Deploy to Server / deploy (push) Failing after 32s
Some checks failed
Deploy to Server / deploy (push) Failing after 32s
This commit is contained in:
parent
3b29b9dca2
commit
08b6bfe192
1509
package-lock.json
generated
1509
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -26,7 +26,7 @@
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"framer-motion": "^12.5.0",
|
"framer-motion": "^12.5.0",
|
||||||
"lucide-react": "^0.468.0",
|
"lucide-react": "^0.468.0",
|
||||||
"next": "15.1.1",
|
"next": "^15.1.1",
|
||||||
"node-fetch": "^3.3.2",
|
"node-fetch": "^3.3.2",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^19.0.0",
|
"react-dom": "^19.0.0",
|
||||||
|
|
|
@ -43,6 +43,15 @@ export default function Footer() {
|
||||||
Conferences
|
Conferences
|
||||||
<span className="absolute bottom-0 left-0 w-0 h-0.5 bg-blue-400 transition-all duration-300 group-hover:w-full" />
|
<span className="absolute bottom-0 left-0 w-0 h-0.5 bg-blue-400 transition-all duration-300 group-hover:w-full" />
|
||||||
</Link>
|
</Link>
|
||||||
|
<Link
|
||||||
|
href="https://cloud.litenet.tel/apps/forms/embed/bmYb9M9RYkykNdFs38o73bZi"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="hover:text-blue-400 transition-colors duration-300 relative group"
|
||||||
|
>
|
||||||
|
Ban Appeal
|
||||||
|
<span className="absolute bottom-0 left-0 w-0 h-0.5 bg-blue-400 transition-all duration-300 group-hover:w-full" />
|
||||||
|
</Link>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
{/* Legal links */}
|
{/* Legal links */}
|
||||||
|
|
|
@ -17,7 +17,6 @@ const modTeam = [
|
||||||
{ name: 'Vince', ext: '1101', image: '/vince.webp', discord: '@maybvince', role: 'Moderator' },
|
{ name: 'Vince', ext: '1101', image: '/vince.webp', discord: '@maybvince', role: 'Moderator' },
|
||||||
{ name: 'Theliftoperator', ext: '1134', image: '/theliftoperator.webp', discord: '@theliftoperator', role: 'Moderator' },
|
{ name: 'Theliftoperator', ext: '1134', image: '/theliftoperator.webp', discord: '@theliftoperator', role: 'Moderator' },
|
||||||
{ name: 'Nik', ext: '1008', image: '/nottimwakefield.webp', discord: '@nottimwakefield', role: 'Moderator' },
|
{ name: 'Nik', ext: '1008', image: '/nottimwakefield.webp', discord: '@nottimwakefield', role: 'Moderator' },
|
||||||
{ name: 'Lunar', ext: '1072', image: '/lunar.webp', discord: '@atwnk', role: 'Moderator' },
|
|
||||||
]
|
]
|
||||||
|
|
||||||
function TeamMember({ name, ext, image, discord, role }) {
|
function TeamMember({ name, ext, image, discord, role }) {
|
||||||
|
|
Loading…
Reference in a new issue