Skip to content

Commit f18964b

Browse files
Update platform label
Former-commit-id: 009098f
1 parent e385f82 commit f18964b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/utilities/versionSelector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const VersionSelector = ({
7979
onValueChange={handleSelectPlatform}
8080
>
8181
<Tabs.List className={styles.TabsList} aria-label="Platform">
82-
<p className={styles.TabsTitle}>Show notes for:</p>
82+
<p className={styles.TabsTitle}>Versions by platform:</p>
8383
{Object.keys(PLATFORMS).map((availablePlatform) => (
8484
<Tabs.Trigger
8585
className={styles.TabsTrigger}

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ for (const index in Object.keys(PLATFORM_NOTES)) {
2525
const PLATFORM_VERSIONS = platformVersions;
2626
const PLATFORM_LATEST_VERSIONS = latestPlatformVersion;
2727
const PLATFORMS = {};
28-
PLATFORMS["oss"] = "Open-source Streamlit";
28+
PLATFORMS["oss"] = "All versions";
2929
PLATFORMS["sis"] = "Streamlit in Snowflake";
3030
PLATFORMS["na"] = "Snowflake Native Apps";
3131

0 commit comments

Comments
 (0)