Skip to content

Commit

Permalink
add do_not_touch icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Narcisi committed Dec 9, 2024
1 parent 8cbefc5 commit 590a7ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ <h5>Sources des données</h5>
(click)="sensiReport(dataset.id_dataset)"
>
Rapport de sensibilité
<mat-icon>do_not_touch</mat-icon>
<mat-icon fontSet="material-symbols-outlined">do_not_touch</mat-icon>
</button>
</span>

Expand Down
4 changes: 4 additions & 0 deletions frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=keep"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=do_not_touch"
/>
</head>
<body>
<pnx-root></pnx-root>
Expand Down

0 comments on commit 590a7ed

Please sign in to comment.