Skip to content

Commit

Permalink
Merge pull request #19 from jeremytraini/dev
Browse files Browse the repository at this point in the history
Adding App Store URL to Tekkerz Project
  • Loading branch information
jeremytraini authored Sep 3, 2024
2 parents c794578 + e6952f4 commit e172e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/ProjectDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const ProjectDetails = ({ project, openModal }) => {
tooltip="Request access to the source code of this project"
onPress={() => openModal(project)}
shortText="GitHub"
longText="Request Access"
longText="View on GitHub"
endIcon={<TbLockCode color="gray" size={22} />}
variant="ghost"
/>
Expand Down
1 change: 1 addition & 0 deletions data/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
imageWidth: 3840
figmaLink: >-
https://www.figma.com/proto/gwVxjUEyHvdu57xiCYAhvl/TekkerzPDP?type=design&node-id=10-430&t=MG6oQ904BhGnZONF-0&scaling=scale-down&page-id=0%3A1&starting-point-node-id=10%3A430
appStoreUrl: https://apps.apple.com/app/tekkerz/id6476662497
githubRepo: tekkerz
isPrivate: true
hidden: false
Expand Down

0 comments on commit e172e40

Please sign in to comment.