@@ -100,11 +100,20 @@ const Sponsors: React.FC<{}> = (): JSX.Element => {
100
100
</ Sponsor >
101
101
< Logos >
102
102
< a
103
- href = "https://www.auth0 .com/"
103
+ href = "https://www.nucor .com/"
104
104
target = "_blank"
105
- rel = "noopener noreferrer"
106
- >
107
- < img alt = "Auth0 Logo" src = { `${ config . CDN_URI } /static/auth0.png` } />
105
+ rel = "noopener noreffer" >
106
+
107
+ < img alt = "Nucor Logo" src = { `${ config . CDN_URI } /static/Nucor.png` } />
108
+
109
+ </ a >
110
+ < a
111
+ href = "https://www.hunter.com/"
112
+ target = "_blank"
113
+ rel = "noopener noreffer" >
114
+
115
+ < img alt = "Hunter Engineering Logo" src = { `${ config . CDN_URI } /static/HunterEngineering.png` } />
116
+
108
117
</ a >
109
118
< a
110
119
href = "https://www.att.com/"
@@ -123,16 +132,6 @@ const Sponsors: React.FC<{}> = (): JSX.Element => {
123
132
src = { `${ config . CDN_URI } /static/garmin.png` }
124
133
/>
125
134
</ a >
126
- < a
127
- href = "https://www.netlify.com/"
128
- target = "_blank"
129
- rel = "noopener noreferrer"
130
- >
131
- < img
132
- alt = "Netlify Logo"
133
- src = { `${ config . CDN_URI } /static/netlify.png` }
134
- />
135
- </ a >
136
135
< a
137
136
href = "http://tradebot.com/"
138
137
target = "_blank"
@@ -143,16 +142,6 @@ const Sponsors: React.FC<{}> = (): JSX.Element => {
143
142
src = { `${ config . CDN_URI } /static/tradebot.png` }
144
143
/>
145
144
</ a >
146
- < a
147
- href = "http://digitalocean.com/"
148
- target = "_blank"
149
- rel = "noopener noreferrer"
150
- >
151
- < img
152
- alt = "DigitalOcean Logo"
153
- src = { `${ config . CDN_URI } /static/digitalocean.svg` }
154
- />
155
- </ a >
156
145
</ Logos >
157
146
</ Element >
158
147
</ SponsorWrap >
0 commit comments