From bc3c28c723b6b1858a08e549b37e39a86a756c1d Mon Sep 17 00:00:00 2001 From: Ilya Khait Date: Tue, 16 Jan 2024 17:39:23 +0100 Subject: [PATCH] Fix date converter markup (#428) * Fix markup --- src/chronology/ui/DateConverterForm.tsx | 4 ++-- src/router/toolsRoutes.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/chronology/ui/DateConverterForm.tsx b/src/chronology/ui/DateConverterForm.tsx index 77b10e630..f1410dfed 100644 --- a/src/chronology/ui/DateConverterForm.tsx +++ b/src/chronology/ui/DateConverterForm.tsx @@ -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 diff --git a/src/router/toolsRoutes.tsx b/src/router/toolsRoutes.tsx index 847c42229..77798f5e4 100644 --- a/src/router/toolsRoutes.tsx +++ b/src/router/toolsRoutes.tsx @@ -61,7 +61,7 @@ const Tools = ({ ) } -export default function AboutRoutes({ +export default function ToolsRoutes({ sitemap, markupService, }: {