File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import TableHead from "@material-ui/core/TableHead"
10
10
import TableRow from "@material-ui/core/TableRow"
11
11
import Fab from "@material-ui/core/Fab"
12
12
import AddIcon from "@material-ui/icons/Add"
13
+ import AssignmentIcon from "@material-ui/icons/Assignment"
13
14
import { observer } from "mobx-react-lite"
14
15
15
16
const ParticipantsList = observer ( ( ) => {
@@ -65,7 +66,7 @@ const ParticipantsList = observer(() => {
65
66
< Typography > Race</ Typography >
66
67
</ TableCell >
67
68
< TableCell >
68
- < Typography > Add </ Typography >
69
+ < Typography > Participant Details </ Typography >
69
70
</ TableCell >
70
71
</ TableRow >
71
72
</ TableHead >
@@ -94,9 +95,11 @@ const ParticipantsList = observer(() => {
94
95
< Typography > Race</ Typography >
95
96
</ TableCell >
96
97
< TableCell >
97
- < Fab color = "primary" size = "small" aria-label = "add" >
98
- < AddIcon />
99
- </ Fab >
98
+ < Link to = "/participantInfo" >
99
+ < Fab color = "primary" size = "small" aria-label = "add" >
100
+ < AssignmentIcon />
101
+ </ Fab >
102
+ </ Link >
100
103
</ TableCell >
101
104
</ TableRow >
102
105
) ) }
File renamed without changes.
Original file line number Diff line number Diff line change @@ -6126,6 +6126,15 @@ mini-create-react-context@^0.3.0:
6126
6126
gud "^1.0.0"
6127
6127
tiny-warning "^1.0.2"
6128
6128
6129
+ mini-create-react-context@^0.3.0 :
6130
+ version "0.3.2"
6131
+ resolved "https://registry.yarnpkg.com/mini-create-react-context/-/mini-create-react-context-0.3.2.tgz#79fc598f283dd623da8e088b05db8cddab250189"
6132
+ integrity sha512-2v+OeetEyliMt5VHMXsBhABoJ0/M4RCe7fatd/fBy6SMiKazUSEt3gxxypfnk2SHMkdBYvorHRoQxuGoiwbzAw==
6133
+ dependencies :
6134
+ " @babel/runtime" " ^7.4.0"
6135
+ gud "^1.0.0"
6136
+ tiny-warning "^1.0.2"
6137
+
6129
6138
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1 :
6130
6139
version "1.0.1"
6131
6140
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
You can’t perform that action at this time.
0 commit comments