pl-fe: lint

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2024-12-05 17:16:43 +01:00
parent 4ff23c77e8
commit 329d4e89bd
151 changed files with 233 additions and 233 deletions

View File

@@ -26,7 +26,7 @@ const PlFeHead = () => {
const themeCss = generateThemeCss(demo ? v.parse(plFeConfigSchema, { brandColor: '#d80482' }) : plFeConfig);
const dsn = plFeConfig.sentryDsn;
const bodyClass = clsx('black:bg-black h-full bg-white text-base antialiased dark:bg-gray-800', {
const bodyClass = clsx('h-full bg-white text-base antialiased black:bg-black dark:bg-gray-800', {
'no-reduce-motion': !reduceMotion,
'underline-links': underlineLinks,
'demetricator': demetricator,