File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
builder/src/components/grants
round-manager/src/features/round Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ export default function ApplicationCard({
201
201
applicationStartTime >= new Date ( "2024-12-01T00:00:00Z" ) ;
202
202
203
203
const applicationViewLink = showCheckerLink
204
- ? `https://beta.checker.gitcoin.co/view/application/${ applicationData . chainId } - ${ applicationData . roundID } - ${ applicationData . application . id } `
204
+ ? `https://beta.checker.gitcoin.co/view/application/${ applicationData . chainId } / ${ applicationData . roundID } / ${ applicationData . application . id } `
205
205
: roundApplicationViewPath (
206
206
applicationData . chainId . toString ( ) ,
207
207
applicationData . roundID ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ function GrantApplications(props: {
68
68
</ div >
69
69
< div className = "h-8 px-3 py-2 bg-[#00433b] rounded-lg border border-[#00433b] justify-center items-center gap-1.5 inline-flex" >
70
70
< Link
71
- to = { `https://beta.checker.gitcoin.co/review/${ props . chainId } - ${ props . roundId } ` }
71
+ to = { `https://beta.checker.gitcoin.co/review/${ props . chainId } / ${ props . roundId } ` }
72
72
className = "text-white text-sm font-medium font-['DM Mono'] leading-none"
73
73
>
74
74
Review Applications
You can’t perform that action at this time.
0 commit comments