File tree 2 files changed +4
-4
lines changed
packages/app/src/app/pages/Sandbox/Editor/Workspace/Advertisement
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ type Props = {
7
7
} ;
8
8
9
9
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 } / ` ;
12
12
13
13
return (
14
14
< div className = { theme === 'dark' ? 'cs__wrapper dark' : 'cs__wrapper' } >
15
15
< div className = "cs__header" > Proudly sponsored by</ div >
16
16
< a href = { linkHref } className = "cs__blurb" target = "_blank" rel = "noopener" >
17
17
< strong > Rollbar</ strong > { ' ' }
18
18
< span >
19
- Real-time error monitoring, alerting, and analytics for developers{ ' ' }
19
+ Real-time error monitoring, alerting, and analytics for software developers{ ' ' }
20
20
< span aria-label = "rocket" role = "img" >
21
21
🚀
22
22
</ span >
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ import React from 'react';
3
3
import CodeSponsor from './CodeSponsor' ;
4
4
5
5
export default ( ) => (
6
- < CodeSponsor token = "4c558242-bb75-49a4-9b6f-5b393bcc78ed " theme = "dark" />
6
+ < CodeSponsor token = "a2bc283fb2c6e5c878cf6141edb03f09 " theme = "dark" />
7
7
) ;
You can’t perform that action at this time.
0 commit comments