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 ( ( ) => {
@@ -67,7 +68,7 @@ const ParticipantsList = observer(() => {
67
68
< Typography > Race</ Typography >
68
69
</ TableCell >
69
70
< TableCell >
70
- < Typography > Add </ Typography >
71
+ < Typography > Participant Details </ Typography >
71
72
</ TableCell >
72
73
</ TableRow >
73
74
</ TableHead >
@@ -96,9 +97,11 @@ const ParticipantsList = observer(() => {
96
97
< Typography > Race</ Typography >
97
98
</ TableCell >
98
99
< TableCell >
99
- < Fab color = "primary" size = "small" aria-label = "add" >
100
- < AddIcon />
101
- </ Fab >
100
+ < Link to = "/participantInfo" >
101
+ < Fab color = "primary" size = "small" aria-label = "add" >
102
+ < AssignmentIcon />
103
+ </ Fab >
104
+ </ Link >
102
105
</ TableCell >
103
106
</ TableRow >
104
107
) ) }
File renamed without changes.
Original file line number Diff line number Diff line change @@ -6145,6 +6145,15 @@ mini-create-react-context@^0.3.0:
6145
6145
gud "^1.0.0"
6146
6146
tiny-warning "^1.0.2"
6147
6147
6148
+ mini-create-react-context@^0.3.0 :
6149
+ version "0.3.2"
6150
+ resolved "https://registry.yarnpkg.com/mini-create-react-context/-/mini-create-react-context-0.3.2.tgz#79fc598f283dd623da8e088b05db8cddab250189"
6151
+ integrity sha512-2v+OeetEyliMt5VHMXsBhABoJ0/M4RCe7fatd/fBy6SMiKazUSEt3gxxypfnk2SHMkdBYvorHRoQxuGoiwbzAw==
6152
+ dependencies :
6153
+ " @babel/runtime" " ^7.4.0"
6154
+ gud "^1.0.0"
6155
+ tiny-warning "^1.0.2"
6156
+
6148
6157
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1 :
6149
6158
version "1.0.1"
6150
6159
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