mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 11:23:10 +02:00
Fix unresolved Material Symbols icon names in frontend (#6443)
This commit is contained in:
@@ -259,7 +259,7 @@ export function AnnotationPanel(props: AnnotationPanelProps) {
|
||||
{
|
||||
id: "square",
|
||||
label: t("annotation.square", "Square"),
|
||||
icon: "crop-square",
|
||||
icon: "crop-square-outline",
|
||||
},
|
||||
{
|
||||
id: "circle",
|
||||
|
||||
Reference in New Issue
Block a user