-
Notifications
You must be signed in to change notification settings - Fork 1
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 : event page #149
base: feat/v2
Are you sure you want to change the base?
Feat : event page #149
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
startTime: 2024-06-07T08:00:00.000Z | ||
startDate: 2024-06-07T08:00:00.000Z |
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.
You change the spelling only for the event on the scheme so It will not work with the schedule. I think we should keep startTime for the schedule because it's the time when the talk start
src/layouts/SubPagesLayout.astro
Outdated
@@ -13,7 +13,7 @@ const { title, description } = Astro.props; | |||
<Layout title={title} description?={description}> | |||
<slot name="seo" slot="seo" /> | |||
<div | |||
class="my-8 space-y-8 prose-h1:mt-6 prose-h1:text-2xl prose-h3:flex prose-h3:items-center prose-h3:gap-2 prose-h3:font-bold prose-h3:text-white" | |||
class="prose prose-lg prose-invert mx-auto my-8 space-y-8 prose-h1:mt-6 prose-h1:text-2xl prose-h3:flex prose-h3:items-center prose-h3:gap-2 prose-h3:font-bold prose-h3:text-white" |
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.
Good for the prose but I think we should add the tailwind class container
to manage the space on mobile
fd1cb1d
to
e1867cd
Compare
e1867cd
to
52c47c3
Compare
Description
Beginning of the layout for the page of one event
How to test
Create a new event or change the dates inside the
rouen-france-2024 index.mdx
from 2024 to 2025