Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinewi committed Dec 13, 2024
1 parent 02a477e commit de6d692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ndla-ui/src/Embed/UuDisclaimerEmbed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import { type ReactNode } from "react";
import { Portal } from "@ark-ui/react";
import { AccesibilityLine } from "@ndla/icons";
import { AccessibilityFill } from "@ndla/icons";
import { Text, IconButton, PopoverContent, PopoverRoot, PopoverTrigger } from "@ndla/primitives";
import { styled } from "@ndla/styled-system/jsx";
import type { UuDisclaimerMetaData } from "@ndla/types-embed";
Expand Down Expand Up @@ -44,7 +44,7 @@ const UuDisclaimerEmbed = ({ embed, children }: Props) => {
<PopoverRoot>
<PopoverTrigger asChild>
<StyledIconButton size="small" variant="secondary">
<AccesibilityLine />
<AccessibilityFill />
</StyledIconButton>
</PopoverTrigger>
<Portal>
Expand Down

0 comments on commit de6d692

Please sign in to comment.