Subscribing starter
This commit is contained in:
@@ -104,7 +104,7 @@ export default function ProfileCompleteCom(){
|
||||
|
||||
return <>
|
||||
|
||||
<BreadcrumbComBS title='Update Profile' paths={['Dashboard', 'Profile']} />
|
||||
<BreadcrumbComBS title='Tell us more about your practice.' paths={['Dashboard', 'Profile']} />
|
||||
|
||||
{commonPractices?.isFetching ?
|
||||
<>
|
||||
|
||||
@@ -32,7 +32,7 @@ export default function Subscribe() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<BreadcrumbComBS title='Subscription' paths={['Dashboard', 'Subscription']} />
|
||||
<BreadcrumbComBS title='Activate your subscription' paths={['Dashboard', 'subscribe']} />
|
||||
|
||||
{isFetching ?
|
||||
<>
|
||||
@@ -73,7 +73,7 @@ export default function Subscribe() {
|
||||
))}
|
||||
</ul>
|
||||
<div className="pt-2">
|
||||
<button onClick={()=>{navigate(siteLinks.subscribe)}} className="btn btn-inverse-secondary btn-round btn-sm">Go {value.display_name}</button>
|
||||
<button className="btn btn-inverse-secondary btn-round btn-sm">Go {value.display_name}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user