Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bdec9ad

Browse files
committedSep 29, 2021
Update profile app link from /members to /profile
1 parent 15bc35a commit bdec9ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/components/UserMenu/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const UserMenu = ({ profile }) => {
6363
<div className="user-menu-popover-content">
6464
<ul className="user-menu-list">
6565
<li>
66-
<a href={`/members/${profile.handle}`}>Profile</a>
66+
<a href={`/profile/${profile.handle}`}>Profile</a>
6767
</li>
6868
<li>
6969
<a href={getLogoutUrl()} onClick={onLogoutClick}>

‎src/constants/apps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const APP_CATEGORIES = [
7777
apps: [
7878
{
7979
title: "Profile App",
80-
path: "/members/",
80+
path: "/profile/",
8181
isExact: false,
8282
},
8383
],

0 commit comments

Comments
 (0)
This repository has been archived.