diff --git a/index.html b/index.html index cb9c898..c926591 100644 --- a/index.html +++ b/index.html @@ -105,7 +105,7 @@
trinkey@website:~/buttons$ cat 88x31.html
my button: (click to copy html)
-
trinkey's 88x31. image of my cat on the right with the word trinkey name taking up the rest of the button.
+
trinkey's 88x31. image of my cat on the right with the word trinkey taking up the rest of the button.
--------------------
cool people:
diff --git a/js/index.js b/js/index.js index 32f8085..6462bae 100644 --- a/js/index.js +++ b/js/index.js @@ -187,5 +187,5 @@ function windowPreset(template) { } function copyButton() { - navigator.clipboard.writeText("\"trinkey's"); + navigator.clipboard.writeText("\"trinkey's"); } diff --git a/no-js.html b/no-js.html index 4efe7c7..5d1e44c 100644 --- a/no-js.html +++ b/no-js.html @@ -50,7 +50,7 @@
- corn fields seventy four

buttons

my button:
-
trinkey's 88x31. image of my cat on the right with the word trinkey name taking up the rest of the button.
+
trinkey's 88x31. image of my cat on the right with the word trinkey taking up the rest of the button.
html:
<a href="https://trinkey.com/" target="_blank"><img src="https://trinkey.com/img/88x31.png" alt="trinkey's 88x31. image of her cat on the right with the word trinkey name taking up the rest of the button." title="trinkey's 88x31. image of her cat on the right with the word trinkey name taking up the rest of the button."></a>
--------------------