Spaces:
Sleeping
Sleeping
Yann
commited on
Commit
•
82d1bab
1
Parent(s):
21221bc
push fix links
Browse files
front/src/components/AppBar/MainAppBar.tsx
CHANGED
@@ -4,6 +4,7 @@ import {
|
|
4 |
Button,
|
5 |
Grid,
|
6 |
IconButton,
|
|
|
7 |
Modal,
|
8 |
Toolbar,
|
9 |
Tooltip,
|
@@ -166,21 +167,27 @@ const MainAppBar: FC<HeaderProps> = ({ onMobile, window }) => {
|
|
166 |
Extra Support model:
|
167 |
</Typography>
|
168 |
<Box sx={{ gap: "1px", marginLeft: "10px" }}>
|
169 |
-
<
|
170 |
id="modal-modal-description"
|
171 |
paragraph
|
|
|
172 |
sx={{
|
173 |
mt: 0,
|
174 |
mb: 0,
|
175 |
fontSize: "18px",
|
176 |
fontFamily: "monospace",
|
177 |
-
cursor:"pointer"
|
|
|
178 |
}}
|
179 |
-
|
180 |
>
|
181 |
Inversynth implementation by Carlos Rodriguez
|
182 |
-
|
183 |
-
|
|
|
|
|
|
|
|
|
184 |
id="modal-modal-description"
|
185 |
paragraph
|
186 |
sx={{
|
@@ -188,12 +195,13 @@ const MainAppBar: FC<HeaderProps> = ({ onMobile, window }) => {
|
|
188 |
mb: 0,
|
189 |
fontSize: "18px",
|
190 |
fontFamily: "monospace",
|
191 |
-
cursor:"pointer"
|
|
|
192 |
}}
|
193 |
-
|
194 |
>
|
195 |
Inversynth model by Oren Barkan, David Tsiris, Ori Katz, Noam Koenigstein
|
196 |
-
</
|
197 |
</Box>
|
198 |
|
199 |
<Typography
|
|
|
4 |
Button,
|
5 |
Grid,
|
6 |
IconButton,
|
7 |
+
Link,
|
8 |
Modal,
|
9 |
Toolbar,
|
10 |
Tooltip,
|
|
|
167 |
Extra Support model:
|
168 |
</Typography>
|
169 |
<Box sx={{ gap: "1px", marginLeft: "10px" }}>
|
170 |
+
<Link
|
171 |
id="modal-modal-description"
|
172 |
paragraph
|
173 |
+
|
174 |
sx={{
|
175 |
mt: 0,
|
176 |
mb: 0,
|
177 |
fontSize: "18px",
|
178 |
fontFamily: "monospace",
|
179 |
+
cursor:"pointer",
|
180 |
+
color:"black"
|
181 |
}}
|
182 |
+
href="https://github.com/crodriguez1a"
|
183 |
>
|
184 |
Inversynth implementation by Carlos Rodriguez
|
185 |
+
|
186 |
+
</Link>
|
187 |
+
<Box>
|
188 |
+
|
189 |
+
</Box>
|
190 |
+
<Link
|
191 |
id="modal-modal-description"
|
192 |
paragraph
|
193 |
sx={{
|
|
|
195 |
mb: 0,
|
196 |
fontSize: "18px",
|
197 |
fontFamily: "monospace",
|
198 |
+
cursor:"pointer",
|
199 |
+
color: "black"
|
200 |
}}
|
201 |
+
href="https://arxiv.org/pdf/1812.06349.pdf"
|
202 |
>
|
203 |
Inversynth model by Oren Barkan, David Tsiris, Ori Katz, Noam Koenigstein
|
204 |
+
</Link>
|
205 |
</Box>
|
206 |
|
207 |
<Typography
|