Skip to content

Commit

Permalink
refactor: updated links in useful-links component
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrishimeena committed Aug 7, 2024
1 parent 2a2c023 commit 53f8c24
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions lib/web/src/components/UsefulLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,39 @@ class UsefulLinks extends React.Component {
<Divider />
<List itemLayout='horizontal'>
<List.Item>
<span><span></span> <a href='https://example.com/faqs' target='_blank' rel='noopener noreferrer'>FAQs</a></span>
<ul>
<li>
<a href='https://github.com/errsole/errsole.js/discussions/categories/faqs' target='_blank' rel='noopener noreferrer'>FAQs</a>
</li>
</ul>
</List.Item>
<List.Item>
<span><span></span> <b>Encountering issues?</b> <a href='https://example.com/issues' target='_blank' rel='noopener noreferrer'>Open an issue</a> on our GitHub repository.</span>
<ul>
<li>
<b>Encountering issues?</b> <a href='https://github.com/errsole/errsole.js/issues/new' target='_blank' rel='noopener noreferrer'>Open an issue</a> on our GitHub repository.
</li>
</ul>
</List.Item>
<List.Item>
<span><span></span> <b>Have questions?</b> Use our <a href='https://example.com/qna' target='_blank' rel='noopener noreferrer'>Q&A forum</a>.</span>
<ul>
<li>
<b>Have questions?</b> Use our <a href='https://github.com/errsole/errsole.js/discussions/categories/q-a' target='_blank' rel='noopener noreferrer'>Q&A forum</a>.
</li>
</ul>
</List.Item>
<List.Item>
<span><span></span> <b>Want to request a feature or share your ideas?</b> Use our <a href='https://example.com/discussion' target='_blank' rel='noopener noreferrer'>discussion forum</a>.</span>
<ul>
<li>
<b>Want to request a feature or share your ideas?</b> Use our <a href='https://github.com/errsole/errsole.js/discussions/categories/general' target='_blank' rel='noopener noreferrer'>discussion forum</a>.
</li>
</ul>
</List.Item>
<List.Item>
<span><span></span> <b>Want to contribute?</b> First, share your idea with the community in our <a href='https://example.com/contribute' target='_blank' rel='noopener noreferrer'>discussion forum</a> to see what others are saying. Then, fork the repository, make your changes, and submit a pull request.</span>
<ul>
<li>
<b>Want to contribute?</b> First, share your idea with the community in our <a href='https://github.com/errsole/errsole.js/discussions/categories/general' target='_blank' rel='noopener noreferrer'>discussion forum</a> to see what others are saying. Then, fork the repository, make your changes, and submit a pull request.
</li>
</ul>
</List.Item>
</List>
</Content>
Expand Down

0 comments on commit 53f8c24

Please sign in to comment.