0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 21:32:42 +00:00

Fix github link in Edit Page error popup.

This commit is contained in:
Trevor Buckner
2021-06-20 15:04:23 -04:00
parent ea8aa84009
commit 6ecf546baf

View File

@@ -349,7 +349,7 @@ const EditPage = createClass({
<div className='errorContainer'> <div className='errorContainer'>
Looks like there was a problem saving. <br /> Looks like there was a problem saving. <br />
Report the issue <a target='_blank' rel='noopener noreferrer' Report the issue <a target='_blank' rel='noopener noreferrer'
href={`https://github.com/naturalcrt/naturalcrit/issues/new?body=${encodeURIComponent(errMsg)}`}> href={`https://github.com/naturalcrit/homebrewery/issues/new?body=${encodeURIComponent(errMsg)}`}>
here here
</a>. </a>.
</div> </div>