@bytebrand/fe-ui-core 4.2.90 → 4.2.91
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
|
@@ -29,7 +29,7 @@ const PreviewCookieModal = ({ toggleModal, setModal }: IPreviewCookieModal) => {
|
|
|
29
29
|
Über "Anpassen" können Sie Ihre Einwilligungen individuell anpassen.
|
|
30
30
|
Dies ist auch später jederzeit im Bereich "Cookie-Richtlinie" möglich.
|
|
31
31
|
Die relevante Datenschutzerklärung finden Sie
|
|
32
|
-
<a href={`${environment}/datenschutz/`} target='_blank' style={{ textDecoration: 'underline'}}>hier</a>.
|
|
32
|
+
<a href={`${environment}/datenschutz/`} target='_blank' style={{ textDecoration: 'underline', color: 'rgba(76,78,100,0.87)' }}>hier</a>.
|
|
33
33
|
<a href={`${environment}/impressum/`} target='_blank' className={styles.outlinedBtnLeft}>Impressum</a>
|
|
34
34
|
</div>
|
|
35
35
|
<div className={styles.clearfix}></div>
|