File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,6 @@ const partners = [
1919 url : 'https://github.com/?utm_source=operationcode' ,
2020 type : PARTNER_TYPES . KIND ,
2121 } ,
22- {
23- name : 'Slack' ,
24- logoSource : `${ s3 } partnerLogos/slack.png` ,
25- url : 'https://slack.com/?utm_source=operationcode' ,
26- type : PARTNER_TYPES . PAID ,
27- } ,
2822 {
2923 name : 'Elyon International' ,
3024 logoSource : `${ s3 } partnerLogos/elyon.png` ,
Original file line number Diff line number Diff line change @@ -86,28 +86,6 @@ exports[`SponsorsSection > should render 1`] = `
8686 <div
8787 className = " flex justify-center items-center flex-wrap [& >*]:m-4"
8888 >
89- <div
90- className = " text-center w-36"
91- >
92- <a
93- className = " inline-flex items-start"
94- href = " https://slack.com/?utm_source=operationcode"
95- onClick = { [Function ]}
96- rel = " noopener noreferrer"
97- target = " _blank"
98- >
99- <img
100- alt = " Slack logo"
101- src = " https://operation-code-assets.s3.us-east-2.amazonaws.com/partnerLogos/slack.png"
102- />
103- <span
104- className = " sr-only"
105- data-testid = " SCREEN_READER_ONLY"
106- >
107- Opens in new window
108- </span >
109- </a >
110- </div >
11189 <div
11290 className = " text-center w-36"
11391 >
You can’t perform that action at this time.
0 commit comments