Skip to content

Commit 74362c0

Browse files
committed
feat: update projects
1 parent c49dc08 commit 74362c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib/data/projects.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ export interface Project {
4747
*/
4848
export const PROJECTS: Project[] = [
4949
{
50-
language: 'kotlin',
51-
name: 'Catalyst',
52-
description: 'A framework to streamline development of plugins for clients, servers and proxies.',
53-
url: 'https://github.com/KodingDevelopment/Catalyst',
50+
language: 'typescript',
51+
name: 'PSYLOCKE.GG',
52+
description: 'A helper website for Marvel Rivals, providing character information, achievements, and more.',
53+
url: 'https://psylocke.gg',
5454
},
5555
{
5656
language: 'svelte',

0 commit comments

Comments
 (0)