Skip to content

Commit

Permalink
feat: UIG-2062 - vl-accessibility, vl-cookie-statement, vl-privacy - …
Browse files Browse the repository at this point in the history
…adres van Departement Omgeving bijgewerkt
  • Loading branch information
Goldflow authored and kspeltix committed Nov 5, 2024
1 parent 3784efa commit c630bf9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
8 changes: 2 additions & 6 deletions libs/sections/src/accessibility/child/content.section.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ export const content = ({
<vl-properties slot="properties">
<dl is="vl-properties-list">
<dt is="vl-property-term">Adres</dt>
<dd is="vl-property-value">
Koning Albert II-laan 20 bus 8<br />1000 Brussel<br />België
</dd>
<dd is="vl-property-value">Havenlaan 88<br />1000 Brussel<br />België</dd>
<dt is="vl-property-term">Telefoon</dt>
<dd is="vl-property-value">
<p>
Expand Down Expand Up @@ -154,9 +152,7 @@ export const content = ({
<vl-properties slot="properties">
<dl is="vl-properties-list">
<dt is="vl-property-term">Adres</dt>
<dd is="vl-property-value">
Koning Albert II-laan 20 bus 8<br />1000 Brussel<br />België
</dd>
<dd is="vl-property-value">Havenlaan 88<br />1000 Brussel<br />België</dd>
<dt is="vl-property-term">E-mail</dt>
<dd is="vl-property-value">
<a is="vl-link" href="mailto:klachten.omgeving@vlaanderen.be"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
VlSideNavigationReferenceElement,
VlSideNavigationToggleElement,
} from '@domg-wc/elements';
import { header, cookieStatementHeaderElements } from './child/header.section';
import { cookieStatementHeaderElements, header } from './child/header.section';
import './cookie/vl-authentication-cookie.section';
import './cookie/vl-cookie.section';
import './cookie/vl-header-authentication-cookie.section';
Expand Down Expand Up @@ -206,7 +206,7 @@ export class VlCookieStatement extends BaseElementOfType(HTMLElement) {
<vl-properties slot="properties">
<dl is="vl-properties-list">
<dt is="vl-property-term">Adres</dt>
<dd is="vl-property-value">Graaf de Ferrarisgebouw<br/>Koning Albert II laan 20 (bus 8)<br/>1000 Brussel, België</dd>
<dd is="vl-property-value">Herman Teirlinckgebouw<br/>Havenlaan 88<br/>1000 Brussel, België</dd>
<dt is="vl-property-term">Telefoon</dt>
<dd is="vl-property-value"><a is="vl-link" href="tel:02 553 80 11">02 553 80 11<span is="vl-icon" data-vl-icon="phone" data-vl-after></span></a></dd>
<dt is="vl-property-term">E-mail</dt>
Expand Down
7 changes: 3 additions & 4 deletions libs/sections/src/privacy/vl-privacy.section.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ export class VlPrivacy extends BaseLitElement {
<dl is="vl-properties-list">
<dt is="vl-property-term">Adres</dt>
<dd is="vl-property-value">
Graaf de Ferrarisgebouw<br />Koning Albert II
laan 20 (bus 8)<br />1000 Brussel, België
Herman Teirlinckgebouw<br />Havenlaan 88
<br />1000 Brussel, België
</dd>
<dt is="vl-property-term">Telefoon</dt>
<dd is="vl-property-value">
Expand Down Expand Up @@ -1053,8 +1053,7 @@ export class VlPrivacy extends BaseLitElement {
<dl is="vl-properties-list">
<dt is="vl-property-term">Adres</dt>
<dd is="vl-property-value">
Graaf de Ferrarisgebouw<br />Koning Albert II laan 20 (bus 8)<br />1000
Brussel, België
Herman Teirlinckgebouw<br />Havenlaan 88<br />1000 Brussel, België
</dd>
<dt is="vl-property-term">E-mail</dt>
<dd is="vl-property-value">
Expand Down

0 comments on commit c630bf9

Please # to comment.