From de5c814a38bb68b322c0aeeca63782f541dcca48 Mon Sep 17 00:00:00 2001
From: SparrOSDeveloperTeam <SparrOSDeveloperTeam@users.noreply.github.com>
Date: Sun, 21 Apr 2019 18:37:22 -0500
Subject: [PATCH] Fix tool tip for button

---
 taskbar.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taskbar.html b/taskbar.html
index 88536d6..b3659bd 100644
--- a/taskbar.html
+++ b/taskbar.html
@@ -40,7 +40,7 @@ function checkTime(i) {
   </style>
 	
   <body style="background-color:black;" onload="startTime();">
-	  <a target="app" href="index-closed.html" alt="Returns you to the Desktop"><button>Home</button></a>
+	  <a target="app" href="index-closed.html" title="Returns you to the Desktop"><button>Home</button></a>
 	  <a target="app" href="apps/About/index.html"><img src="apps/About/about.png"></a>
 	  <div class="cwhite" style="text-align:right" id="txt"></div>
 	</body>