mirror of https://gitee.com/answerdev/answer.git
Merge branch 'feat/ui-1.0.2' of git.backyard.segmentfault.com:opensource/answer into feat/ui-1.0.2
This commit is contained in:
commit
e6a3bb0ed7
|
@ -1034,6 +1034,7 @@ ui:
|
|||
answer_links: Answer Links
|
||||
documents: Documents
|
||||
feedback: Feedback
|
||||
support: Support
|
||||
review: Review
|
||||
config: Config
|
||||
update_to: Update to
|
||||
|
|
|
@ -16,7 +16,7 @@ const AnswerLinks = () => {
|
|||
</Col>
|
||||
<Col xs={6}>
|
||||
<a href="https://meta.answer.dev" target="_blank" rel="noreferrer">
|
||||
{t('feedback')}
|
||||
{t('support')}
|
||||
</a>
|
||||
</Col>
|
||||
</Row>
|
||||
|
|
Loading…
Reference in New Issue