Skip to content

Commit e9ce1fb

Browse files
committed
Use our packager instead (if this works)
1 parent 860e505 commit e9ce1fb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/components/prompt/prompt.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ const messages = defineMessages({
4343

4444
const Packager = () => (
4545
<a
46-
href="https://packager.turbowarp.org"
46+
href="https://nitro-bolt.github.io/packager"
4747
target="_blank"
4848
rel="noopener noreferrer"
4949
>
5050
{/* Should not be translated */}
51-
{'TurboWarp Packager'}
51+
{'NitroBolt Packager'}
5252
</a>
5353
);
5454

src/lib/tw-packager-integration-hoc.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
44
import log from './log';
55
import {getIsShowingProject} from '../reducers/project-state';
66

7-
const PACKAGER_URL = 'https://packager.turbowarp.org';
7+
const PACKAGER_URL = 'https://nitro-bolt.github.io/packager';
88
const PACKAGER_ORIGIN = PACKAGER_URL;
99

1010
const PackagerIntegrationHOC = function (WrappedComponent) {

src/playground/render-interface.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ const Footer = () => (
131131
{/* Do not translate */}
132132
{'TurboWarp Desktop'}
133133
</a>
134-
<a href="https://packager.turbowarp.org/">
134+
<a href="https://nitro-bolt.github.io/packager">
135135
{/* Do not translate */}
136-
{'TurboWarp Packager'}
136+
{'NitroBolt Packager'}
137137
</a>
138138
<a href="https://docs.turbowarp.org/embedding">
139139
<FormattedMessage

0 commit comments

Comments
 (0)