generated from nhcarrigan/template
feat: add support link button to resource bar (#26)
This commit is contained in:
@@ -172,6 +172,15 @@ const ResourceBar = ({
|
|||||||
>
|
>
|
||||||
{"💬"} <span className="btn-label">{"Discord"}</span>
|
{"💬"} <span className="btn-label">{"Discord"}</span>
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
className="profile-link-button"
|
||||||
|
href="https://support.nhcarrigan.com"
|
||||||
|
rel="noreferrer"
|
||||||
|
target="_blank"
|
||||||
|
title="Get support on our forum"
|
||||||
|
>
|
||||||
|
{"🆘"} <span className="btn-label">{"Support"}</span>
|
||||||
|
</a>
|
||||||
{syncError === null
|
{syncError === null
|
||||||
? null
|
? null
|
||||||
: <span className="save-status save-error" title={syncError}>
|
: <span className="save-status save-error" title={syncError}>
|
||||||
|
|||||||
Reference in New Issue
Block a user