Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c90799d

Browse files
committed
Updated Sponsor Images
1 parent e529593 commit c90799d

File tree

3 files changed

+13
-24
lines changed

3 files changed

+13
-24
lines changed
19 KB
Loading

apps/web/images/Nucor.png

21.5 KB
Loading

apps/web/src/screens/HomePage/sections/Sponsors.tsx

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,20 @@ const Sponsors: React.FC<{}> = (): JSX.Element => {
100100
</Sponsor>
101101
<Logos>
102102
<a
103-
href="https://www.auth0.com/"
103+
href ="https://www.nucor.com/"
104104
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+
108117
</a>
109118
<a
110119
href="https://www.att.com/"
@@ -123,16 +132,6 @@ const Sponsors: React.FC<{}> = (): JSX.Element => {
123132
src={`${config.CDN_URI}/static/garmin.png`}
124133
/>
125134
</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>
136135
<a
137136
href="http://tradebot.com/"
138137
target="_blank"
@@ -143,16 +142,6 @@ const Sponsors: React.FC<{}> = (): JSX.Element => {
143142
src={`${config.CDN_URI}/static/tradebot.png`}
144143
/>
145144
</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>
156145
</Logos>
157146
</Element>
158147
</SponsorWrap>

0 commit comments

Comments
 (0)