@designcrowd/fe-shared-lib 1.0.8-ml-82-17 → 1.0.8-ml-82-19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -17,11 +17,8 @@
|
|
|
17
17
|
>
|
|
18
18
|
{{ termsAndConditionsContent?.and }}
|
|
19
19
|
<a :href="privacyPolicyUrl" target="_blank" class="tw-text-info-500" :class="{ 'hover:tw-underline': isDesignCom }"
|
|
20
|
-
>{{ termsAndConditionsContent?.privacyPolicy }} </a
|
|
21
|
-
>
|
|
22
|
-
<span>
|
|
23
|
-
{{ termsAndConditionsContent?.agreeToFutureUpdates }} {{ isDesignCom ? 'Design.com' : 'BrandCrowd' }}.</span
|
|
24
|
-
>
|
|
20
|
+
>{{ termsAndConditionsContent?.privacyPolicy }} </a>
|
|
21
|
+
<span> {{ termsAndConditionsContent?.agreeToFutureUpdates }} {{ isDesignCom ? 'Design.com' : 'BrandCrowd' }}.</span>
|
|
25
22
|
</p>
|
|
26
23
|
</template>
|
|
27
24
|
|
|
@@ -151,9 +151,7 @@
|
|
|
151
151
|
>
|
|
152
152
|
<p>
|
|
153
153
|
{{ getSignUpText }}
|
|
154
|
-
<a :href="getSignUpUrl" class="tw-text-info-500" :class="{ 'hover:tw-underline': isDesignCom }">
|
|
155
|
-
<p>{{ signUpLabel }}</p>
|
|
156
|
-
</a>
|
|
154
|
+
<a :href="getSignUpUrl" class="tw-text-info-500" :class="{ 'hover:tw-underline': isDesignCom }">Sign In</a>
|
|
157
155
|
</p>
|
|
158
156
|
</div>
|
|
159
157
|
</div>
|
|
@@ -101,9 +101,7 @@
|
|
|
101
101
|
class="tw-w-full tw-border-0 tw-border-t tw-border-solid tw-border-grayscale-400 tw-text-center tw-pt-6 tw-pb-8 tw-text-grayscale-600"
|
|
102
102
|
>
|
|
103
103
|
{{ alreadyHaveAnAccountLabel }}
|
|
104
|
-
<a :href="getRedirectToSignInUrl" class="tw-text-info-500">
|
|
105
|
-
<p>{{ loginLabel }}</p>
|
|
106
|
-
</a>
|
|
104
|
+
<a :href="getRedirectToSignInUrl" class="tw-text-info-500">{{ loginLabel }}</a>
|
|
107
105
|
</p>
|
|
108
106
|
</div>
|
|
109
107
|
</div>
|