Skip to content

Commit

Permalink
Remove wrong aria-label
Browse files Browse the repository at this point in the history
Addresses RISDEV-0000
  • Loading branch information
zechmeister committed Jan 3, 2024
1 parent 36949ef commit 47c5393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions frontend/src/components/DocumentUnitCoreData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ const resizeObserver = new ResizeObserver((entries) => {
</script>

<template>
<div
aria-label="Nachgehende Entscheidung"
class="core-data flex flex-col gap-24 bg-white p-32"
>
<div class="core-data flex flex-col gap-24 bg-white p-32">
<h2 class="ds-heading-03-bold">Stammdaten</h2>

<InputGroup
Expand Down
5 changes: 1 addition & 4 deletions frontend/src/components/DocumentUnitTexts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ const data = computed(() =>
</script>

<template>
<div
aria-label="Nachgehende Entscheidung"
class="core-data mb-16 flex flex-col gap-24 bg-white p-32"
>
<div class="core-data mb-16 flex flex-col gap-24 bg-white p-32">
<h2 class="ds-heading-03-bold">Kurz- & Langtexte</h2>

<div class="flex flex-col gap-24">
Expand Down

0 comments on commit 47c5393

Please sign in to comment.