fix: stu test fixes

- QR code url was hardcoded
- fix language in add menus
- changed release symbol
- changed order of release and reload
This commit is contained in:
cv
2021-10-25 22:19:02 +02:00
parent 23ef4ce155
commit 5a87668fac
7 changed files with 12 additions and 12 deletions
@@ -24,16 +24,16 @@ export default function MenuActionButtons(props) {
/>
<MenuList style={menuStyle}>
<MenuItem icon={<FiPlus />} onClick={() => actionHandler('event')}>
Event first
Add Event first
</MenuItem>
<MenuItem icon={<FiClock />} onClick={() => actionHandler('delay')}>
Delay first
Add Delay first
</MenuItem>
<MenuItem
icon={<FiMinusCircle />}
onClick={() => actionHandler('block')}
>
Block first
Add Block first
</MenuItem>
<Divider />
<MenuItem