Skip to content

Commit

Permalink
fix(result summary): change info button to svelte component
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Jan 23, 2024
1 parent 9fb5cec commit 17825cd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ lens-info-button::part(info-button-dialogue) {
getAggregatedPopulationForStratumCode,
} from "../../stores/response";
import type { ResponseStore } from "../../types/backend";
import InfoButtonComponent from "../buttons/InfoButtonComponent.wc.svelte";
let options: any = {};
Expand Down Expand Up @@ -154,7 +155,7 @@ lens-info-button::part(info-button-dialogue) {
</h4>
</div>
<div class="info">
<lens-info-button
<InfoButtonComponent
infoIconUrl="info-circle-svgrepo-com.svg"
message={[
`Um eine Re-Identifizierung zu erschweren, werden Standortergebnisse modifiziert und auf Zehnerstellen gerundet. Meldet ein Standort keinen Treffer, wird für diesen null angezeigt.`
Expand Down

0 comments on commit 17825cd

Please sign in to comment.