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 = ({
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 }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ for (const index in Object.keys(PLATFORM_NOTES)) {
2525const PLATFORM_VERSIONS = platformVersions ;
2626const PLATFORM_LATEST_VERSIONS = latestPlatformVersion ;
2727const PLATFORMS = { } ;
28- PLATFORMS [ "oss" ] = "Open-source Streamlit " ;
28+ PLATFORMS [ "oss" ] = "All versions " ;
2929PLATFORMS [ "sis" ] = "Streamlit in Snowflake" ;
3030PLATFORMS [ "na" ] = "Snowflake Native Apps" ;
3131
You can’t perform that action at this time.
0 commit comments