diff --git a/app/utils/verified-builds.tsx b/app/utils/verified-builds.tsx index f18dbfd2..de4dc738 100644 --- a/app/utils/verified-builds.tsx +++ b/app/utils/verified-builds.tsx @@ -192,6 +192,7 @@ function useEnrichedOsecInfo({ verify_command: '', }; enrichedOsecInfo.repo_url = pdaData.gitUrl; + enrichedOsecInfo.repo_url += pdaData.commit.length ? '/tree/' + pdaData.commit : ''; if (pdaData) { // Create command from the args of the verified build PDA enrichedOsecInfo.verify_command = coalesceCommandFromPda(programId, pdaData);