Skip to content

Commit

Permalink
Change slug to epoch5
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgeho committed Jan 29, 2024
1 parent f976112 commit 05780fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const EditForm = () => {
</Button>
)}
<Button type="submit" variant="primary" formNoValidate disabled={isSubmitting}>
{event?.slug === 'epoch' ? 'Preserve this manuscript'
{event?.slug === 'epoch5' ? 'Preserve this manuscript'
: (
// eslint-disable-next-line react/jsx-no-useless-fragment
<>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const EditSignupView = () => {

return (
<>
{event?.slug === 'epoch'
{event?.slug === 'epoch5'
? (
<>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=MedievalSharp" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const SingleEvent = () => {
<SingleEventView />
</I18nProvider>
</SingleEventProvider>
{slug === 'epoch'
{slug === 'epoch5'
? (
<>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=MedievalSharp" />
Expand Down

0 comments on commit 05780fa

Please sign in to comment.