Skip to content

Commit

Permalink
Merge pull request #458 from jsconfjp/re-format
Browse files Browse the repository at this point in the history
chore: run prettier
  • Loading branch information
Leko authored Oct 15, 2024
2 parents 00580e3 + 36ee6c4 commit 7ed4981
Show file tree
Hide file tree
Showing 10 changed files with 515 additions and 512 deletions.
3 changes: 2 additions & 1 deletion 2024/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module.exports = {
siteUrl: `https://jsconf.jp`,
ticketUrl: "https://pretix.eu/jsconfjp/2024/",
sponsorFormUrl: "https://forms.gle/1E7XC48NzH3Z52vN9",
cfpFormUrl: "https://docs.google.com/forms/d/e/1FAIpQLScWYqrnSqD-CTnJX6GATU8IzTk6qKwJyXb8GOoVD70EbGXbDA/viewform",
cfpFormUrl:
"https://docs.google.com/forms/d/e/1FAIpQLScWYqrnSqD-CTnJX6GATU8IzTk6qKwJyXb8GOoVD70EbGXbDA/viewform",
cfpDeadline: new Date("2024-10-01T00:00:00.000+0900"),
previousFiscalYear: `2023`,
enableSpeakers: true,
Expand Down
6 changes: 1 addition & 5 deletions 2024/src/components/EventSpeakers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ export const SpeakerName = ({ speaker }: SpeakerNameProps) => (
speaker.name
)}
</SpeakerText>
{speaker.sponsor && (
<SponsorText>
{speaker.sponsor}
</SponsorText>
)}
{speaker.sponsor && <SponsorText>{speaker.sponsor}</SponsorText>}
</>
)

Expand Down
Loading

0 comments on commit 7ed4981

Please sign in to comment.