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:
@@ -1169,11 +1169,7 @@ const SignSettings = ({
|
||||
gap: "0.4rem",
|
||||
}}
|
||||
>
|
||||
<LocalIcon
|
||||
icon="material-symbols:pause-rounded"
|
||||
width={20}
|
||||
height={20}
|
||||
/>
|
||||
<LocalIcon icon="pause-circle-rounded" width={20} height={20} />
|
||||
<Text component="span" size="sm" fw={500}>
|
||||
{translate("mode.pause", "Pause placement")}
|
||||
</Text>
|
||||
@@ -1197,11 +1193,7 @@ const SignSettings = ({
|
||||
gap: "0.4rem",
|
||||
}}
|
||||
>
|
||||
<LocalIcon
|
||||
icon="material-symbols:play-arrow-rounded"
|
||||
width={20}
|
||||
height={20}
|
||||
/>
|
||||
<LocalIcon icon="play-arrow-rounded" width={20} height={20} />
|
||||
<Text component="span" size="sm" fw={500}>
|
||||
{translate("mode.resume", "Resume placement")}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user