We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6feb8fc commit 454175aCopy full SHA for 454175a
packages/gitbook/src/components/AdminToolbar/AdminToolbarClient.tsx
@@ -167,10 +167,10 @@ function ChangeRequestToolbar(props: ToolbarViewProps) {
167
icon="comment"
168
/>
169
170
- {/* Open production site */}
+ {/* Open published/live site */}
171
{site.urls.published ? (
172
<ToolbarButton
173
- title="Open production site"
+ title="Open live site"
174
href={getToolbarHref({
175
href: site.urls.published,
176
siteId: site.id,
@@ -249,7 +249,7 @@ function RevisionToolbar(props: ToolbarViewProps) {
249
250
251
252
253
254
255
0 commit comments