Formatting
This commit is contained in:
parent
8336611f54
commit
6542da7e30
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ export default function ApiKeyListContainer() {
|
|||
query={query}
|
||||
success={({ data }) => (
|
||||
<>
|
||||
<div className=" flex flex-col justify-between truncate pl-2 pr-1 sm:flex-row">
|
||||
<div className="flex flex-col justify-between truncate pl-2 pr-1 sm:flex-row">
|
||||
<div className="mt-9">
|
||||
<h2 className="font-cal text-lg font-medium leading-6 text-gray-900">{t("api_keys")}</h2>
|
||||
<p className="mt-1 mb-5 text-sm text-gray-500">{t("api_keys_subtitle")}</p>
|
||||
|
|
|
@ -53,7 +53,7 @@ export default class AttendeeRescheduledEmail extends AttendeeScheduledEmail {
|
|||
${this.attendee.language.translate("event_has_been_rescheduled")}
|
||||
${this.attendee.language.translate("emailed_you_and_any_other_attendees")}
|
||||
${this.getWhat()}
|
||||
${this.getWhen()}
|
||||
${this.getWhen()}
|
||||
${this.getLocation()}
|
||||
${this.getDescription()}
|
||||
${this.getAdditionalNotes()}
|
||||
|
|
Loading…
Reference in a new issue