diff --git a/web/src/components/modals/fork-pep.tsx b/web/src/components/modals/fork-pep.tsx index 6ef49218..480dcf60 100644 --- a/web/src/components/modals/fork-pep.tsx +++ b/web/src/components/modals/fork-pep.tsx @@ -86,38 +86,111 @@ export const ForkPEPModal: FC = ({ namespace, project, tag, description, return ( - -

Fork PEP

-
-
-
-

- A fork is a copy of a Project. Forking a project allows you to - freely experiment with changes without affecting the original PEP. By default, forks are named the same as their original project. You can customize the name to distinguish it - further. -

-
-
- - +
+

Fork PEP

+ +

+ A fork is a copy of a Project that lets you freely experiment with changes without affecting the original PEP. Forks are named the same as their original project by default, but can be named something else for customization. +

+
-
-
- - - -
-
-
+ +
+ + +
+
+ + + +
+
+
+ + / +
+
+ {/**/} + + : +
+ {/**/} + +
+ {/* / -
-
- {/**/} = ({ namespace, project, tag, description, })} /> : -
- {/**/} - -
- {/* - - / - + + */} + + + +

* Namespace and Project Name are required. A tag value of "default" will be supplied if the Tag input is left empty.

- - + +
+ +
+ + +
+ +
- - - -
); };