File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
1
import { ThemedLink } from '@/components/ThemedComponents'
2
- import ReleaseProcess from './release-process.png'
3
2
4
3
export const Runtimes = ( ) => {
5
4
return (
@@ -37,15 +36,9 @@ export const Runtimes = () => {
37
36
</ span >
38
37
</ p >
39
38
< p >
40
- There are guidelines for both Major and Minor releases which include
41
- recommended steps for managing and communicating breaking changes and
42
- disruptions.
39
+ There are guidelines which include recommended steps for managing and
40
+ communicating breaking changes and disruptions.
43
41
</ p >
44
- < img
45
- className = "my-6 max-w-[50rem]"
46
- src = { ReleaseProcess }
47
- alt = "Runtime release process"
48
- />
49
42
< h1 className = "my-4 flex-1 shrink-0 whitespace-nowrap font-unbounded text-2xl font-semibold tracking-tight text-primary sm:grow-0" >
50
43
Ecosystem-wide collaboration
51
44
</ h1 >
You can’t perform that action at this time.
0 commit comments