diff --git a/components/submit/Changes.tsx b/components/submit/Changes.tsx
index d8e570e..128d6cb 100644
--- a/components/submit/Changes.tsx
+++ b/components/submit/Changes.tsx
@@ -106,27 +106,35 @@ const Changes = () => {
}
return (
-
- {data && !error && (
- <>
-
-
-
-
- {Object.keys(data.changes)
- .sort((cc1, cc2) => (cc2 === 'global' ? 1 : -1))
- .map((cc) => (
-
- ))}
-
-
- >
- )}
-
+ <>
+ Proposed Changes
+
+ {data && !error && (
+ <>
+
+
+
+
+ {Object.keys(data.changes)
+ .sort((cc1, cc2) => (cc2 === 'global' ? 1 : -1))
+ .map((cc) => (
+
+ ))}
+
+
+ >
+ )}
+
+ >
)
}
diff --git a/components/submit/SubmitButton.js b/components/submit/SubmitButton.js
index bad055f..c8fb32d 100644
--- a/components/submit/SubmitButton.js
+++ b/components/submit/SubmitButton.js
@@ -29,7 +29,7 @@ const SubmitButton = () => {
}, [mutate, notify])
return (
-
+
{isClean && (
diff --git a/components/submit/UrlList.js b/components/submit/UrlList.js
index fd0cbb2..8aaf9b2 100644
--- a/components/submit/UrlList.js
+++ b/components/submit/UrlList.js
@@ -207,7 +207,7 @@ const UrlList = ({ cc }) => {
{data && !error && (
<>
-
+
{
error={addFormError}
/>
-
+ Test List
+ Test List Editor
- Test List
-
+ Country
+
+
+
{countryCode && }