Skip to content
Snippets Groups Projects
Commit dc999d01 authored by jensmjahle's avatar jensmjahle
Browse files

Add tag controls to delete button

parent 0fdd13b7
No related branches found
No related tags found
1 merge request!73Wcag improvements
......@@ -38,6 +38,8 @@ const deleteTheChallenge = () => {
<div class="potential-challenge-display">
<img
class="close-img"
tabindex="0"
@keyup.enter="deleteTheChallenge()"
src="/src/components/icons/navigation/close.svg"
alt="delete-button"
@click="deleteTheChallenge()">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment