Skip to content

Commit c4a1be5

Browse files
committed
fix: set correct icon shapes
1 parent 31329dd commit c4a1be5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/core-ui/src/lib/header/header.component.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<clr-header class="header-1">
22
<div class="branding" [ngClass]="{'short-title':shortTitle}">
33
<a href="https://www.dlr.de" target="_blank" alt="link to dlr">
4-
<cds-icon shape="dlr" solid="true" size="48" alt="dlr icon"></cds-icon>
4+
<cds-icon shape="dlr-icon" solid="true" size="48" alt="dlr icon"></cds-icon>
55
</a>
66
<a href="https://www.dlr.de/de/eoc/ueber-uns/deutsches_fernerkundungsdatenzentrum/georisiken-und-zivile-sicherheit/informationssysteme-und-geomatik/ukis-umwelt-und-kriseninformationssysteme" target="_blank"
77
alt="link to dlr ukis">
8-
<cds-icon shape="ukis" solid="true" size="33" alt="ukis icon"></cds-icon>
8+
<cds-icon shape="ukis-icon" solid="true" size="33" alt="ukis icon"></cds-icon>
99
</a>
1010
<a class="nav-link" routerLink="/" routerLinkActive="active">
1111
<span class="title" [title]="title">{{title}}</span>
@@ -22,4 +22,4 @@
2222
<div class="header-actions">
2323
<ng-content select=".header-action-el"></ng-content>
2424
</div>
25-
</clr-header>
25+
</clr-header>

0 commit comments

Comments
 (0)