-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finish edit page, fix navigation, other ui fixes
- Loading branch information
Showing
9 changed files
with
255 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export const CREATE_A_POST_PAGE = "/dapp/p/create" | ||
export const PROFILE_EDIT_PAGE = "/dapp/profile/edit" | ||
export const HOME_PAGE = "/dapp" | ||
export const MARKETPLACE_PAGE = "/dapp/marketplace" | ||
export const BOOKINGS_PAGE = "/dapp/bookings" | ||
export const PROFILE_PAGE = (username:string) => `/dapp/profile/${username}` | ||
export const NOTIFICATIONS_PAGE = "/dapp/notifications" | ||
|
||
export const WELCOME_PAGE = "/welcome" | ||
export const FAQ_PAGE = "/faq" | ||
export const HELP_PAGE = "/help" | ||
export const PRIVACY_POLICY_PAGE = "/privacy-policy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.