From: Matt Corallo Date: Fri, 12 Jul 2024 15:59:52 +0000 (+0000) Subject: Use clipboard icon X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=8f26c71707c420d6eeaf0cf2b0eb651e5e9eecd9;p=satsto.me Use clipboard icon --- diff --git a/clipboard-svg.js b/clipboard-svg.js new file mode 100644 index 0000000..c2be7c6 --- /dev/null +++ b/clipboard-svg.js @@ -0,0 +1,6 @@ +// SVG from Bootstrap Icons +// Copyright (c) 2019-2024 The Bootstrap Authors +// Licensed under the MIT license, see https://github.com/twbs/icons/blob/main/LICENSE + +export const CLIPBOARD_SVG = ''; +export const CLIPBOARD_CHECK_SVG =''; diff --git a/index.html b/index.html index 6da4430..e29102d 100644 --- a/index.html +++ b/index.html @@ -70,9 +70,11 @@ +