You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/Conf/About/index.tsx
+37-34Lines changed: 37 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,13 @@ import { CheckCircledIcon } from "@radix-ui/react-icons"
2
2
importReactfrom"react"
3
3
4
4
constlist=[
5
-
{
6
-
title: "Cloud Engineering",
7
-
},
8
-
{
9
-
title: "Software Development",
10
-
},
11
-
{
12
-
title: "Platform Engineering",
13
-
},
14
-
{
15
-
title: "Data Engineering",
16
-
},
17
-
{
18
-
title: "Technology Architecture",
19
-
},
20
-
{
21
-
title: "Data Architecture",
22
-
},
23
-
{
24
-
title: "Product Management",
25
-
},
5
+
{title: "Cloud Engineering"},
6
+
{title: "Software Development"},
7
+
{title: "Platform Engineering"},
8
+
{title: "Data Engineering"},
9
+
{title: "Technology Architecture"},
10
+
{title: "Data Architecture"},
11
+
{title: "Product Management"},
26
12
]
27
13
28
14
constwhyAttend=[
@@ -35,31 +21,48 @@ const whyAttend = [
35
21
),
36
22
},
37
23
{
38
-
title: <p>
39
-
<spanclassName="font-bold">Discover</span> best practices and real-world use cases through engaging presentations and panel discussions.
40
-
</p>
24
+
title: (
25
+
<p>
26
+
<spanclassName="font-bold">Discover</span> best practices and
27
+
real-world use cases through engaging presentations and panel
28
+
discussions.
29
+
</p>
30
+
),
41
31
},
42
32
{
43
-
title:
44
-
<p><spanclassName="font-bold">Connect</span> with leading companies that are using GraphQL to transform their businesses and industries.</p>,
33
+
title: (
34
+
<p>
35
+
<spanclassName="font-bold">Connect</span> with leading companies that
36
+
are using GraphQL to transform their businesses and industries.
37
+
</p>
38
+
),
45
39
},
46
40
{
47
-
title:
41
+
title:(
48
42
<p>
49
-
<spanclassName="font-bold">Build</span> your skills and deepen your understanding of GraphQL through workshops, tutorials, and code labs.
50
-
</p>,
43
+
<spanclassName="font-bold">Build</span> your skills and deepen your
44
+
understanding of GraphQL through workshops, tutorials, and code labs.
45
+
</p>
46
+
),
51
47
},
52
48
{
53
-
title:
54
-
<p><spanclassName="font-bold">Network</span> with a diverse and vibrant community of professionals who are passionate about GraphQL and its potential.</p>,
49
+
title: (
50
+
<p>
51
+
<spanclassName="font-bold">Network</span> with a diverse and vibrant
52
+
community of professionals who are passionate about GraphQL and its
0 commit comments