Skip to content

Commit

Permalink
Fix date converter markup (#428)
Browse files Browse the repository at this point in the history
* Fix markup
  • Loading branch information
khoidt authored Jan 16, 2024
1 parent 9798d09 commit bc3c28c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/chronology/ui/DateConverterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import { handleDateConverterFormChange } from 'chronology/application/DateConver
// - Fix errors with first and last ruler

const descriptionMarkup = `The project includes a date converter that is based on the
@url{https://webspace.science.uu.nl/~gent0113/babylon/babycal_converter.htm)}
{Babylonian calendar converter} developed by Robert H. van Gent, which builds upon the calendrical tables published in @bib{RN2228}.
@url{https://webspace.science.uu.nl/~gent0113/babylon/babycal_converter.htm}{Babylonian calendar converter}
developed by Robert H. van Gent, which builds upon the calendrical tables published in @bib{RN2228}.
The current converter extends to handle modern (proleptic Gregorian) dates.`

const descriptionMarkdown = `The form below presents a dedicated interface designed for users
Expand Down
2 changes: 1 addition & 1 deletion src/router/toolsRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Tools = ({
)
}

export default function AboutRoutes({
export default function ToolsRoutes({
sitemap,
markupService,
}: {
Expand Down

0 comments on commit bc3c28c

Please sign in to comment.