sy-records commented on PR #1217:
URL:
https://github.com/apache/incubator-answer/pull/1217#issuecomment-2565287567
Replace the locations of `/privacy` and `/tos` in this file to maintain the
same ordering.
```js
<NavLink to="/privacy" key="privacy" className="nav-link">
{t('privacy')}
</NavLink>
<NavLink to="/tos" key="tos" className="nav-link">
{t('tos')}
</NavLink>
```
https://github.com/apache/incubator-answer/blob/3d2187d8491d582a41481e8a52f142e2750e500e/ui/src/pages/Legal/index.tsx#L34-L39
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]