Skip to content

Commit a87a40a

Browse files
committed
Format
1 parent 7fc5361 commit a87a40a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/app/conf/2025/components/session-opengraph-image.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import type { ScheduleSession } from "@/app/conf/2025/schedule/_components/session-list"
22
import type { SchedSpeaker } from "@/app/conf/2023/types"
3-
import { ConferenceOpengraphImageHeader, normalizeProtocolRelativeUrl } from "./speaker-opengraph-image"
3+
import {
4+
ConferenceOpengraphImageHeader,
5+
normalizeProtocolRelativeUrl,
6+
} from "./speaker-opengraph-image"
47
import { getEventTitle } from "../utils"
58
import { formatSpeakerPosition } from "./format-speaker-position"
69

@@ -110,5 +113,3 @@ export default function ScheduleOpengraphImage({
110113
</article>
111114
)
112115
}
113-
114-

src/app/conf/2025/components/testimonials/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function Testimonials({ className, ...rest }: TestimonialsProps) {
5757
)}
5858
{...rest}
5959
>
60-
<h2 className="text-center text-neu-800 typography-h2">
60+
<h2 className="typography-h2 text-center text-neu-800">
6161
How was the previous edition?
6262
</h2>
6363
<div className="flex w-full snap-x snap-mandatory flex-row gap-10 overflow-x-auto px-4 py-6 lg:mt-16 lg:py-16">
@@ -67,7 +67,7 @@ export function Testimonials({ className, ...rest }: TestimonialsProps) {
6767
className="flex shrink-0 snap-start flex-row-reverse items-center gap-6 max-md:flex-col md:px-10"
6868
>
6969
<div>
70-
<p className="max-w-[calc(100vw-32px)] !leading-[1.1] typography-body-lg max-md:text-center md:max-w-[544px]">
70+
<p className="typography-body-lg max-w-[calc(100vw-32px)] !leading-[1.1] max-md:text-center md:max-w-[544px]">
7171
{testimonial.quote}
7272
</p>
7373
<AuthorNameAndRole
@@ -115,8 +115,8 @@ function AuthorNameAndRole({
115115
}) {
116116
return (
117117
<div className={className}>
118-
<div className="mt-3 typography-body-sm">{author.name}</div>
119-
<div className="text-neu-700 typography-body-xs">{author.role}</div>
118+
<div className="typography-body-sm mt-3">{author.name}</div>
119+
<div className="typography-body-xs text-neu-700">{author.role}</div>
120120
</div>
121121
)
122122
}

0 commit comments

Comments
 (0)