diff --git a/src/Components/LandingPage/LandingPage.tsx b/src/Components/LandingPage/LandingPage.tsx
index 80b010d8..a1ea0ff7 100644
--- a/src/Components/LandingPage/LandingPage.tsx
+++ b/src/Components/LandingPage/LandingPage.tsx
@@ -86,26 +86,65 @@ export const LandingPage = () => {
return (
<>
- {edgeParityFlag ? (
-
- Conventional (RPM-DNF){''} }
- actions={
-
+
+ {edgeParityFlag ? (
+
+ Conventional (RPM-DNF){''} }
+ actions={
+
+
+
+ With RPM-DNF, you can manage the system software by
+ using the DNF package manager and updated RPM
+ packages. This is a simple and adaptive method of
+ managing and modifying the system over its lifecycle.
+
+
+ }
+ iconPosition="right"
+ isInline
+ href={MANAGING_WITH_DNF_URL}
+ >
+ Learn more about managing images with DNF
+
+
+
+
+ }
+ />
+ }
+ >
+ {imageList}
+
+ Immutable (OSTree) }
+ actions={
+
- With RPM-DNF, you can manage the system software by
- using the DNF package manager and updated RPM packages.
- This is a simple and adaptive method of managing and
- modifying the system over its lifecycle.
+ With OSTree, you can manage the system software by
+ referencing a central image repository. OSTree images
+ contain a complete operating system ready to be remotely
+ installed at scale. You can track updates to images
+ through commits and enable secure updates that only
+ address changes and keep the operating system unchanged.
+ The updates are quick, and the rollbacks are easy.
-
- }
- />
- }
- >
- {imageList}
-
- Immutable (OSTree) }
- actions={
-
-
- With OSTree, you can manage the system software by
- referencing a central image repository. OSTree images
- contain a complete operating system ready to be remotely
- installed at scale. You can track updates to images
- through commits and enable secure updates that only
- address changes and keep the operating system unchanged.
- The updates are quick, and the rollbacks are easy.
-
-
- }
- iconPosition="right"
- isInline
- href={OSTREE_URL}
- >
- Learn more about OSTree
-
-
-
- }
- />
- }
- >
-
-
-
- ) : (
- imageList
- )}
-
+ }
+ />
+ }
+ >
+
+
+
+ ) : (
+ imageList
+ )}
+
+
>
);
};
diff --git a/src/Components/sharedComponents/ImageBuilderHeader.tsx b/src/Components/sharedComponents/ImageBuilderHeader.tsx
index b85ad966..d44279cd 100644
--- a/src/Components/sharedComponents/ImageBuilderHeader.tsx
+++ b/src/Components/sharedComponents/ImageBuilderHeader.tsx
@@ -105,7 +105,7 @@ export const ImageBuilderHeader = ({
isOpen={showImportModal}
/>
)}
-
+