-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added shop button on menu.ts file and changed tw-px to 15 px (#540)
- Loading branch information
Showing
4 changed files
with
5,645 additions
and
5,635 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
export default [ | ||
{ id: 1, path: "/about-us", label: "About Us" }, | ||
{ id: 2, path: "/contact-us", label: "Contact Us" }, | ||
{ id: 3, path: "/apply", label: "Apply" }, | ||
{ id: 4, path: "/mentor", label: "Mentor" }, | ||
{ id: 5, path: "/code-of-conduct", label: "Code Of Conduct" }, | ||
{ | ||
id: 3, | ||
label: "Shop", | ||
path: "https://hashflag.shop/", | ||
}, | ||
{ id: 4, path: "/apply", label: "Apply" }, | ||
{ id: 5, path: "/mentor", label: "Mentor" }, | ||
{ id: 6, path: "/code-of-conduct", label: "Code Of Conduct" }, | ||
]; |
Oops, something went wrong.
0463a4d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
vets-who-code-app – ./
vets-who-code-app-ten.vercel.app
vets-who-code-app-git-master-vetswhocode-web-app.vercel.app
vetswhocode.io
vets-who-code-app-vetswhocode-web-app.vercel.app