Skip to content

Commit

Permalink
run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hrk091 committed Dec 12, 2023
1 parent 5d1222d commit 387343f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Page2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ function Track({ talk, track, speakers }: TrackProps) {
}
const companies = new Set(speakers.map((s) => s.company))
const re = /https:\/\/.*/
const avatarUrl = re.test(speakers[0].avatarUrl || '') ? speakers[0].avatarUrl! : '/cndt2023/trademark.png'
const avatarUrl = re.test(speakers[0].avatarUrl || '')
? speakers[0].avatarUrl!
: '/cndt2023/trademark.png'
return (
<div className="flex flex-row items-center text-gray-800 w-[900px] h-[300px]">
<div className="basis-1/3">
Expand Down

0 comments on commit 387343f

Please sign in to comment.