0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 17:02:40 +00:00

Change backticks to <pre> literals.

This commit is contained in:
David Bolack
2025-01-24 14:09:13 -06:00
parent 9c197ea25a
commit abc830eda2

View File

@@ -89,7 +89,7 @@ const errorIndex = (props)=>{
: :
**Brew Title:** \`${props.brew.brewTitle || 'Unable to show title'}\` **Brew Title:** <pre>${props.brew.brewTitle || 'Unable to show title'}</pre>
**Current Authors:** ${props.brew.authors?.map((author)=>{return `[${author}](/user/${author})`;}).join(', ') || 'Unable to list authors'} **Current Authors:** ${props.brew.authors?.map((author)=>{return `[${author}](/user/${author})`;}).join(', ') || 'Unable to list authors'}
@@ -104,7 +104,7 @@ const errorIndex = (props)=>{
: :
**Brew Title:** \`${props.brew.brewTitle || 'Unable to show title'}\` **Brew Title:** <pre>${props.brew.brewTitle || 'Unable to show title'}</pre>
**Current Authors:** ${props.brew.authors?.map((author)=>{return `[${author}](/user/${author})`;}).join(', ') || 'Unable to list authors'} **Current Authors:** ${props.brew.authors?.map((author)=>{return `[${author}](/user/${author})`;}).join(', ') || 'Unable to list authors'}
@@ -181,7 +181,7 @@ const errorIndex = (props)=>{
**Brew ID:** ${props.brew.brewId} **Brew ID:** ${props.brew.brewId}
**Brew Title:** \`${props.brew.brewTitle}\``, **Brew Title:** <pre>${props.brew.brewTitle}</pre>`,
// ####### Admin page error ####### // ####### Admin page error #######
'52' : dedent` '52' : dedent`