chakra-ui-vue-next icon indicating copy to clipboard operation
chakra-ui-vue-next copied to clipboard

Burger Menu Not Working

Open bhantsi opened this issue 3 years ago • 0 comments

Bug report

Burger Menu

Describe the bug

When a user clicks on the menu it's redirecting to a discord invite, ideally, it should toggle a menu with nav icons The following code snippets comes from the inspector

 <a class="chakra-button css-9oowru" aria-label="Open menu" variant-color="gray" target="_blank" rel="noopener noreferrer" href="https://discord.gg/sq2Kp6x" icon="menu" isround="false"><!----><!----><svg class="chakra-icon css-13otjrl" focusable="false" viewBox="0 0 1024 1024"><path fill="currentColor" d="M904 160H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0 624H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0-312H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z"></path></svg><!----></a>

To reproduce

  1. Go to 'Homepage'
  2. Click on 'Burger Menu'
  3. Scroll down to 'to navbar contents'
  4. See error

bhantsi avatar Apr 06 '22 00:04 bhantsi