Added hyperlink on Chart.js LOGO (#9741)

Inserted a hyperlink on chart.js logo 
So that users can easily be redirected to the HOME PAGE of the web application
This commit is contained in:
gautammsuthar
2021-10-17 01:25:14 +05:30
committed by GitHub
parent 30e66bc50e
commit 1199415e25

View File

@@ -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>