@@ -11,7 +11,7 @@ const faqs = [
11
11
< >
12
12
We post all recordings of our workshops on the ACM YouTube channel,
13
13
which can be found{ ' ' }
14
- < Link to = 'https://www.youtube.com/c/ACMUCLA/videos' > here</ Link > !
14
+ < a href = 'https://www.youtube.com/c/ACMUCLA/videos' target = '_blank' rel = 'noopener noreferrer' > here</ a > !
15
15
</ >
16
16
) ,
17
17
} ,
@@ -20,7 +20,7 @@ const faqs = [
20
20
answer : (
21
21
< >
22
22
We recommend attending some of our events or asking us questions in the{ ' ' }
23
- < Link to = 'https://discord.gg/3GSPECbCnE' > ACM Hack Discord</ Link > . Check
23
+ < a href = 'https://discord.gg/3GSPECbCnE' target = '_blank' rel = 'noopener noreferrer' > ACM Hack Discord</ a > . Check
24
24
out the events page for more information about the events we're
25
25
holding this quarter. Everyone is welcome!
26
26
</ >
@@ -29,17 +29,17 @@ const faqs = [
29
29
{
30
30
question : 'Your past workshops seem interesting, how can I learn more?' ,
31
31
answer : (
32
- // <>
33
- // Check out the <Link to='/archive'>archive</Link> page, where we keep a
34
- // record of all of our past workshops!
35
- // </>
36
32
< >
37
- We keep a record of all our past workshops which can be found on our
38
- Github or the ACM YouTube channel! We are also currently in the process
39
- of reconstructing our archive page-- it's not accessible at the
40
- moment, but check back in a week, and it should be up and running.
41
- Pardon the dust!
33
+ Check out the < Link to = '/archive' > archive</ Link > page, where we keep a
34
+ record of all of our past workshops!
42
35
</ >
36
+ // <>
37
+ // We keep a record of all our past workshops which can be found on our
38
+ // Github or the ACM YouTube channel! We are also currently in the process
39
+ // of reconstructing our archive page-- it's not accessible at the
40
+ // moment, but check back in a week, and it should be up and running.
41
+ // Pardon the dust!
42
+ // </>
43
43
) ,
44
44
} ,
45
45
{
@@ -61,7 +61,7 @@ const faqs = [
61
61
Send us an email at{ ' ' }
62
62
< Link to = 'mailto:hack@uclaacm.com' > hack@uclaacm.com</ Link > or message us
63
63
through the{ ' ' }
64
- < Link to = 'https://discord.gg/3GSPECbCnE' > ACM Hack Discord</ Link > !
64
+ < a href = 'https://discord.gg/3GSPECbCnE' target = '_blank' rel = 'noopener noreferrer' > ACM Hack Discord</ a > !
65
65
</ >
66
66
) ,
67
67
} ,
0 commit comments