You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/theme/DocRoot/Layout/Main/index.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ export default function DocRootLayoutMain({
71
71
}else{
72
72
setPreData({
73
73
showisPrereleaseBanner: true,
74
-
isPrereleaseBannerText: `You are currently viewing v${dbtVersion}, which is a prerelease of dbt Core. The latest stable version is v${latestStableRelease}`,
74
+
isPrereleaseBannerText: `You are viewing the docs for a prerelease version of dbt Core. There may be features described that are still in development, incomplete, or unstable.`,
75
75
});
76
76
}
77
77
// If EOLDate not set for version, do not show banner
0 commit comments