diff --git a/src/App.css b/src/App.css index b1ca5e3..e8c823c 100644 --- a/src/App.css +++ b/src/App.css @@ -14,6 +14,10 @@ border-radius: 10px; } +.border-radius-10 { + border-radius: 10px; +} + .login-links{ margin-top: 50px; display: flex; diff --git a/src/component/profile_complete/ProfileCompleteCom.jsx b/src/component/profile_complete/ProfileCompleteCom.jsx index 1260621..baefef3 100644 --- a/src/component/profile_complete/ProfileCompleteCom.jsx +++ b/src/component/profile_complete/ProfileCompleteCom.jsx @@ -40,6 +40,7 @@ export default function ProfileCompleteCom() { practice: '', specialization: '', introduction: '', + url_name: '' }) const specialties = useMemo(() => { // FUNCTION TO UPDATE SPECIALITY ARRAY EACH TIME PRACTICE CHANGES @@ -215,6 +216,35 @@ export default function ProfileCompleteCom() { +
We use the URL Name to form part of your default URL when we configure + a new URL for your products. You can always change your product URL +
+