Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: change to new date #50

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/lib/data.ts
Original file line number Diff line number Diff line change
@@ -126,8 +126,8 @@ export const footer = [
];

export const JSCONF = {
startDate: new Date("09/05/2024 09:00:00"),
endDate: new Date("09/07/2024 17:00:00"),
strDates: "SEP 05, 06, 07 2024",
startDate: new Date("12/05/2024 09:00:00"),
endDate: new Date("12/07/2024 17:00:00"),
strDates: "DIC 12, 06, 07 2024",
place: "Santiago, Chile",
};

Unchanged files with check annotations Beta

"use client";
import posthog from "posthog-js";

Check warning on line 3 in src/app/providers.tsx

GitHub Actions / build

Using exported name 'posthog' as identifier for default export
import { PostHogProvider } from "posthog-js/react";
if (