Skip to content

Commit

Permalink
chore(web): motion photo icon
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Oct 28, 2023
1 parent 51dc197 commit 275717b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
mdiMagnifyMinusOutline,
mdiMagnifyPlusOutline,
mdiMotionPauseOutline,
mdiMoviePlayOutline,
mdiPlaySpeed,
} from '@mdi/js';
import { createEventDispatcher } from 'svelte';
import ContextMenu from '../shared-components/context-menu/context-menu.svelte';
Expand Down Expand Up @@ -100,7 +100,7 @@
{:else}
<CircleIconButton
isOpacity={true}
icon={mdiMoviePlayOutline}
icon={mdiPlaySpeed}
title="Play Motion Photo"
on:click={() => dispatch('playMotionPhoto')}
/>
Expand Down

0 comments on commit 275717b

Please sign in to comment.