From 3d020fefb99200a3b0fe3fa081b249f2dd3d5d18 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 14 Feb 2023 21:11:10 +0000 Subject: [PATCH] capitalize all button text Signed-off-by: Arthur Lu --- config.html | 2 +- scripts/dialog.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.html b/config.html index 30e28f8..607ee27 100644 --- a/config.html +++ b/config.html @@ -25,7 +25,7 @@
- +
diff --git a/scripts/dialog.js b/scripts/dialog.js index d70267b..faf4d94 100644 --- a/scripts/dialog.js +++ b/scripts/dialog.js @@ -14,8 +14,8 @@ export class Dialog extends HTMLElement {
- - + +
`;