We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d63e0 commit 8dc8e32Copy full SHA for 8dc8e32
lib/utils.ts
@@ -4,9 +4,3 @@ import { twMerge } from 'tailwind-merge';
4
export function cn(...inputs: ClassValue[]) {
5
return twMerge(clsx(inputs));
6
}
7
-
8
-export function getCurrentDate() {
9
- // Using a fixed date for development and demo purposes
10
- // This ensures consistent behavior across the application
11
- return new Date('2025-03-13T16:59:48+07:00');
12
-}
0 commit comments