bfg-common 1.2.65 → 1.2.66
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.
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<p>
|
|
25
25
|
{{ localization.anyFeedbackYouProvideMay }}
|
|
26
26
|
<a id="privacy-notice-link" target="_blank" href="#">
|
|
27
|
-
|
|
27
|
+
{{ localization.procurator }} Privacy Notice.
|
|
28
28
|
</a>
|
|
29
29
|
|
|
30
30
|
{{ localization.youAreResponsibleForObfuscatingOrRemoving }}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<div>
|
|
5
5
|
{{ localization.useOurExternalIdeasPortal }}
|
|
6
6
|
</div>
|
|
7
|
-
<a id="portal-link"
|
|
7
|
+
<a id="portal-link" href="https://customer.aobfg.ru/" target="_blank">
|
|
8
8
|
<button id="visit-ideas-portal-button" class="btn btn-outline wrap">
|
|
9
9
|
<span class="text"> {{ localization.visitIdeasPortal }} </span>
|
|
10
10
|
<atoms-the-icon2 class="btn-icon" name="pop-out" />
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
<script setup lang="ts">
|
|
18
18
|
import { UI_I_Localization } from '~/models/interfaces'
|
|
19
19
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
20
|
-
const portalLink = ref<string>('#')
|
|
21
20
|
</script>
|
|
22
21
|
|
|
23
22
|
<style scoped lang="scss">
|