Fix minature => miniature spelling (#2727)

This commit is contained in:
Hugh Nimmo-Smith
2024-11-06 15:54:58 +00:00
committed by GitHub
parent a041a7bf7e
commit bfffddfa92
4 changed files with 8 additions and 8 deletions

View File

@@ -27,12 +27,12 @@ const durationFormatter = new DurationFormat(undefined, {
export function RaisedHandIndicator({
raisedHandTime,
minature,
miniature,
showTimer,
onClick,
}: {
raisedHandTime?: Date;
minature?: boolean;
miniature?: boolean;
showTimer?: boolean;
onClick?: () => void;
}): ReactNode {
@@ -78,12 +78,12 @@ export function RaisedHandIndicator({
const content = (
<div
className={classNames(styles.raisedHandWidget, {
[styles.raisedHandWidgetLarge]: !minature,
[styles.raisedHandWidgetLarge]: !miniature,
})}
>
<div
className={classNames(styles.raisedHand, {
[styles.raisedHandLarge]: !minature,
[styles.raisedHandLarge]: !miniature,
})}
>
<span role="img" aria-label="raised hand">