Skip to content

Commit 9c31297

Browse files
author
Eric Berry
committed
Update Code Sponsor URLs and copy
1 parent 5a4a0c4 commit 9c31297

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/Advertisement/CodeSponsor.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ type Props = {
77
};
88

99
export default ({ token, theme }: Props) => {
10-
const pixelHref = `https://cs.berry.sh/l/${token}/pixel.png`;
11-
const linkHref = `https://cs.berry.sh/c/${token}`;
10+
const pixelHref = `https://codesponsor.io/t/l/${token}/pixel.png`;
11+
const linkHref = `https://codesponsor.io/t/c/${token}/`;
1212

1313
return (
1414
<div className={theme === 'dark' ? 'cs__wrapper dark' : 'cs__wrapper'}>
1515
<div className="cs__header">Proudly sponsored by</div>
1616
<a href={linkHref} className="cs__blurb" target="_blank" rel="noopener">
1717
<strong>Rollbar</strong>{' '}
1818
<span>
19-
Real-time error monitoring, alerting, and analytics for developers{' '}
19+
Real-time error monitoring, alerting, and analytics for software developers{' '}
2020
<span aria-label="rocket" role="img">
2121
🚀
2222
</span>

packages/app/src/app/pages/Sandbox/Editor/Workspace/Advertisement/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import React from 'react';
33
import CodeSponsor from './CodeSponsor';
44

55
export default () => (
6-
<CodeSponsor token="4c558242-bb75-49a4-9b6f-5b393bcc78ed" theme="dark" />
6+
<CodeSponsor token="a2bc283fb2c6e5c878cf6141edb03f09" theme="dark" />
77
);

0 commit comments

Comments
 (0)