diff --git a/content/price.json b/content/price.json
index 517d74a75..a6812290d 100644
--- a/content/price.json
+++ b/content/price.json
@@ -10,7 +10,11 @@
},
"fixed": {
"title": "Fixed",
- "info": "Set your price for accessing this data set. The datatoken for this data set will be worth the entered amount of OCEAN."
+ "info": "Set your price for accessing this data set. The datatoken for this data set will be worth the entered amount of OCEAN.",
+ "tooltips": {
+ "communityFee": "Explain community fee...",
+ "marketplaceFee": "Explain marketplace fee..."
+ }
},
"dynamic": {
"title": "Dynamic",
diff --git a/src/components/atoms/Alert.module.css b/src/components/atoms/Alert.module.css
index 1a42a711e..e5e6da01e 100644
--- a/src/components/atoms/Alert.module.css
+++ b/src/components/atoms/Alert.module.css
@@ -45,7 +45,8 @@
margin-bottom: 0;
}
-.action {
+.action,
+button.action {
margin-top: calc(var(--spacer) / 2);
}
diff --git a/src/components/organisms/AssetContent/Pricing/FormPricing/Dynamic.tsx b/src/components/organisms/AssetContent/Pricing/FormPricing/Dynamic.tsx
index 3c53aca63..6cec17fcd 100644
--- a/src/components/organisms/AssetContent/Pricing/FormPricing/Dynamic.tsx
+++ b/src/components/organisms/AssetContent/Pricing/FormPricing/Dynamic.tsx
@@ -112,7 +112,7 @@ export default function Dynamic({
/>
-
+