fix: web client styling and nav updates #21

Merged
naomi merged 7 commits from fix/announce into main 2026-03-31 18:04:10 -07:00
Showing only changes of commit ee796b6e57 - Show all commits
+4 -4
View File
@@ -3,12 +3,12 @@
* @license Naomi's Public License
* @author Naomi Carrigan
*/
const naomiId = "465650873650118659";
const entitledGuilds = [
"1354624415861833870",
];
const entitledUsers = [
"465650873650118659",
];
const entitledUsers = [ naomiId ];
export { entitledGuilds, entitledUsers };
export { entitledGuilds, entitledUsers, naomiId };