]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Added hyperlink on Chart.js LOGO (#9741)
authorgautammsuthar <69046800+gautammsuthar@users.noreply.github.com>
Sat, 16 Oct 2021 19:55:14 +0000 (01:25 +0530)
committerGitHub <noreply@github.com>
Sat, 16 Oct 2021 19:55:14 +0000 (15:55 -0400)
Inserted a hyperlink on chart.js logo
So that users can easily be redirected to the HOME PAGE of the web application

README.md

index 47004e90f541534e187a7c75e1ab0325e8ae3b1a..f485b4eb6f0138b0b480e0a5b49f576fe82173e0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 <p align="center">
-    <img src="https://www.chartjs.org/media/logo-title.svg"><br/>
+  <a href="https://www.chartjs.org/" target="_blank">
+    <img src="https://www.chartjs.org/media/logo-title.svg" alt="https://www.chartjs.org/"><br/>
+  </a>
     Simple yet flexible JavaScript charting for designers & developers
 </p>