Skip to content

Commit adc16c3

Browse files
committed
Remove /profile routes
1 parent 629943b commit adc16c3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

apps/polycentric/app/profile/[identityId].tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/polycentric/src/common/components/layout/Topbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function Topbar({ title, left, center, right }: TopbarProps) {
7878
identityKey
7979
? () =>
8080
router.push({
81-
pathname: '/profile/[identityId]',
81+
pathname: '/[identityId]',
8282
params: { identityId: identityKey },
8383
})
8484
: undefined

0 commit comments

Comments
 (0)