File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const VersionSelector = ({
79
79
onValueChange = { handleSelectPlatform }
80
80
>
81
81
< 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 >
83
83
{ Object . keys ( PLATFORMS ) . map ( ( availablePlatform ) => (
84
84
< Tabs . Trigger
85
85
className = { styles . TabsTrigger }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ for (const index in Object.keys(PLATFORM_NOTES)) {
25
25
const PLATFORM_VERSIONS = platformVersions ;
26
26
const PLATFORM_LATEST_VERSIONS = latestPlatformVersion ;
27
27
const PLATFORMS = { } ;
28
- PLATFORMS [ "oss" ] = "Open-source Streamlit " ;
28
+ PLATFORMS [ "oss" ] = "All versions " ;
29
29
PLATFORMS [ "sis" ] = "Streamlit in Snowflake" ;
30
30
PLATFORMS [ "na" ] = "Snowflake Native Apps" ;
31
31
You can’t perform that action at this time.
0 commit comments