Rename project to Nicolium

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-09 22:34:28 +01:00
parent 9bc7846211
commit de8ae5a949
25 changed files with 173 additions and 176 deletions

View File

@ -3,7 +3,7 @@ import boopOgg from '@/assets/sounds/boop.ogg';
import chatMp3 from '@/assets/sounds/chat.mp3';
import chatOgg from '@/assets/sounds/chat.ogg';
/** pl-fe audio clip. */
/** Nicolium audio clip. */
interface Sound {
src: string;
type: string;

View File

@ -43,7 +43,7 @@ const fromBasicColors = ({ brandColor, accentColor }: {
});
};
/** Convert pl-fe Config into Tailwind colors */
/** Convert Nicolium Config into Tailwind colors */
const toTailwind = (config: {
brandColor: string;
accentColor: string | null;