0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Add a comment

This commit is contained in:
Trevor Buckner
2025-01-28 00:17:08 -05:00
parent 73c2be147c
commit ecd8869097

View File

@@ -3,14 +3,15 @@ import _ from 'lodash';
const loginUrl = 'https://www.naturalcrit.com/login';
// Prevent parsing text (e.g. document titles) as markdown
const escape = (text) => {
return text.split('').map(char => `\\${char}`).join('');
};
//001-050 : Brew errors
//050-100 : Other pages errors
const errorIndex = (props)=>{
const escape = (text) => {
return text.split('').map(char => `\\${char}`).join('');
};
return {
// Default catch all
'00' : dedent`