Added <Galaxy /> background

This commit is contained in:
Utkarsh-Singhal-26
2025-07-21 10:24:33 +05:30
parent 3b41d5e43a
commit 6dc1ac4962
5 changed files with 571 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
// Highlighted sidebar items
export const NEW = ['Target Cursor', 'Ripple Grid', 'Magic Bento'];
export const NEW = ['Target Cursor', 'Ripple Grid', 'Magic Bento', 'Galaxy'];
export const UPDATED = [];
// Used for main sidebar navigation
@@ -103,7 +103,8 @@ export const CATEGORIES = [
'Orb',
'Ballpit',
'Liquid Chrome',
'Grid Distortion'
'Grid Distortion',
'Galaxy',
]
}
];