Rename project to Nicolium
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user