File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const Header: React.FC = () => {
21
21
Trading Period:
22
22
</ span >
23
23
< span className = "text-klerosUIComponentsPrimaryText text-sm font-semibold" >
24
- 1 Month
24
+ Until Monday 18th 23:59 UTC
25
25
</ span >
26
26
</ div >
27
27
< Countdown />
Original file line number Diff line number Diff line change 1
1
import type { Metadata } from "next" ;
2
+ import { ThemeProvider } from "next-themes" ;
2
3
3
4
import clsx from "clsx" ;
4
5
import localFont from "next/font/local" ;
@@ -11,8 +12,6 @@ import "./globals.css";
11
12
import Footer from "@/components/layout/Footer" ;
12
13
import Header from "@/components/layout/Header" ;
13
14
14
- import { ThemeProvider } from "next-themes" ;
15
-
16
15
const geistSans = localFont ( {
17
16
src : "./fonts/GeistVF.woff" ,
18
17
variable : "--font-geist-sans" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const parentMarket: Address =
6
6
export const invalidMarket : Address =
7
7
"0xBF9696d9a921a9F79f3d6f07556Fb7E7052a0B1D" ;
8
8
9
- export const endTime : number = 1757776813 ;
9
+ export const endTime : number = 1755561599 ;
10
10
11
11
export interface IDetails {
12
12
imdbURL ?: string ;
You can’t perform that action at this time.
0 commit comments