Skip to content

Commit afec6d7

Browse files
authored
Merge pull request #535 from polkadot-fellows/nik-remove-runtime-wip-step
Remove runtime wip step
2 parents 5a8556f + 5c34acb commit afec6d7

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/pages/Runtimes/index.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { ThemedLink } from '@/components/ThemedComponents'
2-
import ReleaseProcess from './release-process.png'
32

43
export const Runtimes = () => {
54
return (
@@ -37,15 +36,9 @@ export const Runtimes = () => {
3736
</span>
3837
</p>
3938
<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.
4341
</p>
44-
<img
45-
className="my-6 max-w-[50rem]"
46-
src={ReleaseProcess}
47-
alt="Runtime release process"
48-
/>
4942
<h1 className="my-4 flex-1 shrink-0 whitespace-nowrap font-unbounded text-2xl font-semibold tracking-tight text-primary sm:grow-0">
5043
Ecosystem-wide collaboration
5144
</h1>

0 commit comments

Comments
 (0)