Skip to content

Commit

Permalink
chore(no-ref): add new tos link (#62)
Browse files Browse the repository at this point in the history
* 2.0.21

* 2.0.22

* 2.0.23

* chore(page): add new tos link

---------

Co-authored-by: ConnysCode <[email protected]>
  • Loading branch information
ConnysCode and ConnysCode authored Nov 18, 2023
1 parent 586b8f1 commit dc11ecd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xp-dashboard",
"version": "2.0.22",
"version": "2.0.23",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 2 additions & 2 deletions pages/me/[[...tab]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ const UserTab: NextPage<UserTabProps> = () => {
icon: faUserSecret,
},
{
text: `Safety Guidelines`,
link: `/blog/contributing_to_user_safety_and_service_guidelines_1657056506533`,
text: `Terms of Service`,
link: `/blog/terms_of_service`,
icon: faHeartPulse,
},
]}
Expand Down

0 comments on commit dc11ecd

Please sign in to comment.