-
Notifications
You must be signed in to change notification settings - Fork 3
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
Events Page #15
Events Page #15
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -5,7 +5,7 @@ export async function GET() { | |||
const imageDirectory = path.join(process.cwd(), "public", "gallery"); | |||
const imageFiles = fs.readdirSync(imageDirectory); | |||
const images = imageFiles.map((file: string, i: number) => ({ | |||
alt: `Image ${i}`, | |||
alt: `Imagae ${i}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be changed ?
src/components/ui/timechart.tsx
Outdated
@@ -1,4 +1,5 @@ | |||
import React from "react"; | |||
import EventCard from "./EventCard"; | |||
|
|||
const timechart = () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as we are not using timechart, let's not make it timechart or name it that way, let's give proper name for the same ? Also I would prefer Named exports over default
@melroydsa there seems to be a issue,
|
I suppose the background beam is heavy, its better if its off, on deployment its lagging for me |
@melroydsa can you remove the background beams ? its lagging |
Alright |
resolves #1