From f879d59fb7e8baf0590c95a508f4d73dd986d630 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 12 Jun 2024 21:48:29 +0000 Subject: [PATCH] add missing tabindex to instance buttons --- scripts/instance.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/instance.js b/scripts/instance.js index c22d84d..ac91b61 100644 --- a/scripts/instance.js +++ b/scripts/instance.js @@ -38,10 +38,10 @@ class InstanceCard extends HTMLElement {

- - - - + + + +
`;