File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ const messages = defineMessages({
4343
4444const 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
44import log from './log' ;
55import { getIsShowingProject } from '../reducers/project-state' ;
66
7- const PACKAGER_URL = 'https://packager.turbowarp.org ' ;
7+ const PACKAGER_URL = 'https://nitro-bolt.github.io/packager ' ;
88const PACKAGER_ORIGIN = PACKAGER_URL ;
99
1010const PackagerIntegrationHOC = function ( WrappedComponent ) {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments