File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ export default function Event({event}) {
106106 < Button w = "100%" mb = { 2 } as = "a" href = { `${ event . id } /notification` } > Send Notification</ Button >
107107 < Button w = "100%" mb = { 2 } as = "a" href = { `${ event . id } /advancedConfig` } > Edit Advanced Config</ Button >
108108 < Button w = "100%" mb = { 2 } as = "a" target = "_blank" href = { `https://showcase.codeday.org/projects/all/event=${ event . id } ` } > View Projects</ Button >
109- < Button w = "100%" mb = { 2 } as = "a" target = "_blank" href = { `https://showcase.codeday.org/upload-photos ` } > Upload Photos </ Button >
110- </ InfoBox >
109+ < Button w = "100%" mb = { 2 } as = "a" target = "_blank" href = { `https://showcase.codeday.org/vote/ ${ event . id } /results ` } > View Peer Judging Results </ Button >
110+ < Button w = "100%" mb = { 2 } as = "a" target = "_blank" href = { `https://showcase.codeday.org/upload-photos` } > Upload Photos </ Button > </ InfoBox >
111111 < MetadataBox metadata = { event . metadata } >
112112 < Link href = { `${ event . id } /advancedConfig` } > Set metadata (advanced)</ Link >
113113 </ MetadataBox >
You can’t perform that action at this time.
0 commit comments