diff --git a/src/app/control/layout.tsx b/src/app/control/layout.tsx index 9078e10..694614d 100644 --- a/src/app/control/layout.tsx +++ b/src/app/control/layout.tsx @@ -5,9 +5,9 @@ type LayoutProps = { export default function ControlLayout({ children }: LayoutProps) { return (
-
+
-

Eyevinn Live Encoding

+

Eyevinn Live Encoding

Open Source Live Encoder based on ffmpeg

{children} diff --git a/tailwind.config.ts b/tailwind.config.ts index 86bcddc..436a5af 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -2,7 +2,10 @@ import { nextui } from '@nextui-org/react'; import type { Config } from 'tailwindcss'; const config: Config = { - content: ['./node_modules/@nextui-org/theme/dist/**/*.{js,ts,jsx,tsx}'], + content: [ + './node_modules/@nextui-org/theme/dist/**/*.{js,ts,jsx,tsx}', + './src/**/*.{js,ts,jsx,tsx}' + ], theme: { extend: { almostBlack: '#171717',