Order draw

This commit is contained in:
efrilm
2025-09-13 14:25:25 +07:00
parent 7384b38df5
commit 9959775c77
4 changed files with 615 additions and 0 deletions
@@ -212,6 +212,9 @@ const VerticalMenu = ({ dictionary, scrollMenu }: Props) => {
>
{dictionary['navigation'].vendor}
</MenuItem>
<MenuItem href={`/${locale}/draw`} icon={<i className='tabler-building' />} target='_blank'>
Random Draw
</MenuItem>
</MenuSection>
</Menu>
</ScrollWrapper>