Skip to content

Commit 1199415

Browse files
authored
Added hyperlink on Chart.js LOGO (chartjs#9741)
Inserted a hyperlink on chart.js logo So that users can easily be redirected to the HOME PAGE of the web application
1 parent 30e66bc commit 1199415

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<p align="center">
2-
<img src="https://www.chartjs.org/media/logo-title.svg"><br/>
2+
<a href="https://www.chartjs.org/" target="_blank">
3+
<img src="https://www.chartjs.org/media/logo-title.svg" alt="https://www.chartjs.org/"><br/>
4+
</a>
35
Simple yet flexible JavaScript charting for designers & developers
46
</p>
57

0 commit comments

Comments
 (0)