2
2
//
3
3
import React from "react" ;
4
4
import "./Component.css" ;
5
- const AboutPage = ( props ) => {
5
+ const AboutPage = ( ) => {
6
6
return (
7
7
< div className = "about-page" >
8
8
< div className = "app-stack" >
9
9
< h2 > Application Stack</ h2 >
10
10
< p >
11
11
This application implements each of the{ " " }
12
- < a href = "https://platform.openai.com/examples" target = "_blank" >
12
+ < a
13
+ href = "https://platform.openai.com/examples"
14
+ target = "_blank"
15
+ rel = "noreferrer"
16
+ >
13
17
30 Code Samples
14
18
</ a > { " " }
15
19
as found in the OpenAI API official documentation. Created with{ " " }
16
- < a href = "https://react.dev/" target = "_blank" >
20
+ < a href = "https://react.dev/" target = "_blank" rel = "noreferrer" >
17
21
React
18
22
</ a > { " " }
19
23
leveraging{ " " }
20
24
< a
21
25
href = "https://www.npmjs.com/package/@chatscope/chat-ui-kit-react"
22
26
target = "_blank"
27
+ rel = "noreferrer"
23
28
>
24
29
@chatscope/chat-ui-kit-react
25
30
</ a > { " " }
26
31
and{ " " }
27
32
< a
28
33
href = "https://www.npmjs.com/package/react-pro-sidebar"
29
34
target = "_blank"
35
+ rel = "noreferrer"
30
36
>
31
37
react-pro-sidebar
32
38
</ a > { " " }
33
39
running on{ " " }
34
- < a href = "https://aws.amazon.com/" target = "_blank" >
40
+ < a href = "https://aws.amazon.com/" target = "_blank" rel = "noreferrer" >
35
41
AWS
36
42
</ a > { " " }
37
43
serverless infrastructure integrated to{ " " }
38
44
< a
39
45
href = "https://platform.openai.com/docs/api-reference?lang=python"
40
46
target = "_blank"
47
+ rel = "noreferrer"
41
48
>
42
49
OpenAI Python API
43
50
</ a >
@@ -46,6 +53,7 @@ const AboutPage = (props) => {
46
53
< a
47
54
href = "https://github.com/FullStackWithLawrence/aws-openai"
48
55
target = "_blank"
56
+ rel = "noreferrer"
49
57
>
50
58
< img src = "/app-stack.123.jpeg" />
51
59
</ a >
@@ -54,13 +62,18 @@ const AboutPage = (props) => {
54
62
< a
55
63
href = "https://github.com/FullStackWithLawrence/aws-openai"
56
64
target = "_blank"
65
+ rel = "noreferrer"
57
66
>
58
67
https://github.com/FullStackWithLawrence/aws-openai
59
68
</ a >
60
69
</ div >
61
70
</ div >
62
71
< hr />
63
- < a href = "https://www.youtube.com/@FullStackWithLawrence" target = "_blank" >
72
+ < a
73
+ href = "https://www.youtube.com/@FullStackWithLawrence"
74
+ target = "_blank"
75
+ rel = "noreferrer"
76
+ >
64
77
< div className = "fswl" > </ div >
65
78
</ a >
66
79
</ div >
0 commit comments