Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 1949acf

Browse files
committed
doc: fix angular logo at welcome page
1 parent fb4148a commit 1949acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/app/welcome.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 class="header center-on-small-only">Angular DataTables</h1>
1313
<div class="col s12 m9 l12">
1414
<div class="section">
1515
<p class="caption">
16-
<a href="https://angular.io/"><img src="https://angular.io/resources/images/logos/angular/angular.svg" height="32px" />&nbsp;Angular</a>
16+
<a href="https://angular.io/"><img src="assets/angular.png" height="32px" />&nbsp;Angular</a>
1717
Structural framework for dynamic web apps +
1818
<a href="https://datatables.net/"><img src="https://datatables.net/media/images/nav-dt.png" />&nbsp;DataTables</a>
1919
jQuery plug-in for complex HTML tables

0 commit comments

Comments
 (0)