Skip to content

Commit 86b6877

Browse files
authored
Merge pull request #43 from aramshiva/master
add view peer judging result button
2 parents bff2178 + 2114e77 commit 86b6877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/events/[event]/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)