Skip to content

Commit

Permalink
Merge pull request #162 from navikt/feature/fjern-skjermopplesing-av-…
Browse files Browse the repository at this point in the history
…ikoner

Sett aria-hidden på ikoner i HeaderPanel
  • Loading branch information
bjornarne authored Dec 16, 2024
2 parents 502ebc6 + e4f0a09 commit 19caa6e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/app/_common/components/HeaderPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function HeaderPanel({ title = "Min CV" }) {
<HStack gap="4" align="center">
{navnKomponent}
<svg
aria-hidden="true"
width="4"
height="4"
viewBox="0 0 4 4"
Expand Down Expand Up @@ -71,7 +72,14 @@ function HeaderPanel({ title = "Min CV" }) {

export function Pictogram() {
return (
<svg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg
aria-hidden="true"
width="72"
height="72"
viewBox="0 0 72 72"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="72" height="72" rx="36" fill="#B5F1FF" />
<g clipPath="url(#clip0_2035_24190)">
<rect
Expand Down

0 comments on commit 19caa6e

Please sign in to comment.