diff --git a/web/src/icons/StarRecording.jsx b/web/src/icons/StarRecording.jsx index 8bd741344..eebf8e4aa 100644 --- a/web/src/icons/StarRecording.jsx +++ b/web/src/icons/StarRecording.jsx @@ -1,10 +1,10 @@ import { h } from 'preact'; import { memo } from 'preact/compat'; -export function ArrowDropdown({ className = '' }) { +export function StarRecording({ className = '' }) { return ( - + ); }