update logo and prettier

This commit is contained in:
fccview
2025-08-19 10:10:05 +01:00
parent ec1763070a
commit 4d69fc854c
7 changed files with 10 additions and 4 deletions

View File

@@ -40,3 +40,5 @@ Button.displayName = 'Button';
export { Button };

View File

@@ -1,7 +1,7 @@
import { cn } from '@/app/_utils/cn';
import { InputHTMLAttributes, forwardRef } from 'react';
export interface InputProps extends InputHTMLAttributes<HTMLInputElement> {}
export interface InputProps extends InputHTMLAttributes<HTMLInputElement> { }
const Input = forwardRef<HTMLInputElement, InputProps>(
({ className, type, ...props }, ref) => {
@@ -24,3 +24,5 @@ Input.displayName = 'Input';
export { Input };

View File

@@ -8,3 +8,5 @@ export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
}

View File

@@ -31,3 +31,5 @@ export function ThemeToggle() {
}

View File

@@ -3,6 +3,4 @@ module.exports = {
tailwindcss: {},
autoprefixer: {},
},
}
}

BIN
public/logo-small.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 61 KiB