Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Jan 15, 2024
1 parent dc002f0 commit 2d56b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/heading/heading.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<div class="heading" *ngIf="heading != ''" (click)="onClick()">
<img src="assets/imgs/headingLink.png" class="linkImg" />
<h1 *ngIf="level == 1">{{ heading }}</h1>
<h2 *ngIf="level == 2">{{ heading }}</h2>
<h3 *ngIf="level == 3">{{ heading }}</h3>
Expand All @@ -8,4 +7,5 @@ <h5 *ngIf="level == 5">{{ heading }}</h5>
<h5 *ngIf="level == 6">{{ heading }}</h5>
<h5 *ngIf="level == 7">{{ heading }}</h5>
<h5 *ngIf="level == 8">{{ heading }}</h5>
<img src="assets/imgs/headingLink.png" class="linkImg" />
</div>
2 changes: 1 addition & 1 deletion src/app/heading/heading.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.linkImg {
transition: 0.3s;
height: 1.8em;
margin-right: 10px;
margin-left: 10px;
display: none;
}
&:hover {
Expand Down

0 comments on commit 2d56b60

Please sign in to comment.