diff --git a/index.html b/index.html
index 228ad17..698b629 100644
--- a/index.html
+++ b/index.html
@@ -574,7 +574,7 @@
function shareScore() {
const scoreElement = document.getElementById('score')
- text = "#walktourdle #" + (days+1) + "\n" + scoreElement.innerText + "\nhttps://www.walktourdle.com";
+ text = "#walktourdle #" + (days+1) + "\n" + scoreElement.innerText + "\n" + document.getElementById('time-taken').innerText + "\nhttps://www.walktourdle.com";
navigator.clipboard.writeText(text);
alert("copied to clipboard");
}