Skip to content

Commit

Permalink
Revert "feat: include chalender icon"
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Nov 9, 2023
1 parent 4ec0211 commit e0469ea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 33 deletions.
4 changes: 1 addition & 3 deletions src/app/components/header/header.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<div class="name">
<a [routerLink]="['/']">
<img src="/assets/images/logo.svg" alt="Logo">
</a>
<a [routerLink]="['/']">CHALENDER.CH</a>
</div>

<div class="short-menu">
Expand Down
8 changes: 0 additions & 8 deletions src/app/components/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@
font-size: 38px;
margin-left: 2rem;
}

img {
max-width: 200px;

@include media-breakpoint-up(sm) {
max-width: 400px;
}
}
}

.short-menu {
Expand Down
22 changes: 0 additions & 22 deletions src/assets/images/logo.svg

This file was deleted.

0 comments on commit e0469ea

Please sign in to comment.