Skip to content

Commit

Permalink
feat(app): add mya-poll to app drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
sawaYch committed Mar 2, 2024
1 parent 16ee762 commit e6fad24
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/components/application-pane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,23 @@ const ApplicationPane: React.FC<ApplicationPaneProps> = ({
onClick: () => {},
isExternal: true,
},
{
id: 'myaPoll',
cubeColor: 'red',
name: 'MyaPoll',
icon: (
<StaticImage
src="../images/mya-poll.webp"
alt="mya88 module icon"
width={64}
height={64}
placeholder="blurred"
/>
),
link: 'https://myapoll.vercel.app/',
onClick: () => {},
isExternal: true,
},
],
[onPageSelected]
);
Expand Down
Binary file added src/images/mya-poll.webp
Binary file not shown.

0 comments on commit e6fad24

Please sign in to comment.