Remove extra html/head tag from page - now it's embedded in RTD

This commit is contained in:
Patrick Robertson
2025-03-03 09:06:40 +00:00
parent 6ba79049d9
commit cc14e5cb9f
3 changed files with 6 additions and 38 deletions

View File

@@ -154,7 +154,7 @@ function ModuleTypes({ stepType, setEnabledModules, enabledModules, configValues
{stepType}
</Typography>
<Typography variant="body1" >
Select the {stepType} you wish to enable. You can drag and move to reorder.
Select the {stepType} you wish to enable. Drag to re-order.
Learn more about {stepType} <a href={`https://auto-archiver.readthedocs.io/en/latest/modules/${stepType.slice(0,-1)}.html`} target="_blank">here</a>.
</Typography>
</Box>