mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: update contact links
This commit is contained in:
parent
f7c09693cf
commit
db98457fa7
1 changed files with 6 additions and 2 deletions
|
|
@ -73,9 +73,13 @@ function SettingsBarContent() {
|
|||
{reloadHint && <div className={'hint'}>{reloadHint}</div>}
|
||||
</SettingsSection>
|
||||
)}
|
||||
<SettingsSection title={'Feedback'}>
|
||||
<SettingsSection title={'Talk to the author'}>
|
||||
<a href="https://github.com/EnixCoda/Gitako/issues" target="_blank">
|
||||
Report bug / Request feature.
|
||||
Report bug
|
||||
</a>
|
||||
{' / '}
|
||||
<a href="https://github.com/EnixCoda/Gitako/discussions" target="_blank">
|
||||
Discuss feature
|
||||
</a>
|
||||
</SettingsSection>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue