mirror of
https://github.com/fccview/cronmaster.git
synced 2025-12-23 22:18:20 -05:00
update logo and prettier
This commit is contained in:
@@ -40,3 +40,5 @@ Button.displayName = 'Button';
|
||||
export { Button };
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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 };
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -8,3 +8,5 @@ export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -31,3 +31,5 @@ export function ThemeToggle() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3,6 +3,4 @@ module.exports = {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
BIN
public/logo-small.png
Normal file
BIN
public/logo-small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
public/logo.png
BIN
public/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 61 KiB |
Reference in New Issue
Block a user