Skip to content

Commit

Permalink
fixing+ link to get back to the main page (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinets authored Mar 12, 2021
1 parent 98d8d92 commit faa2385
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/header/header.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="header">
<div class="header_top">
<div class="header_logo">ПОЗА<span class="header_logo-orange">ШКІЛЛЯ</span></div>
<div class="header_logo"><a href="">ПОЗА<span class="header_logo-orange">ШКІЛЛЯ</span></a></div>
<div class="header_btns">
<button mat-flat-button class="header_lang">
Україньскою
Expand Down
5 changes: 4 additions & 1 deletion src/app/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
h1{
margin:0 auto;
}

a, a:link, a:visited, a:hover, a:active{
text-decoration: none;
color: inherit;
}
.mat-button{
border:1px solid gray;
}
Expand Down
3 changes: 2 additions & 1 deletion src/app/shell/provider/provider.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ import { HttpClientModule } from '@angular/common/http';
MatSelectModule,
MatCheckboxModule,
MatInputModule,
ReactiveFormsModule
ReactiveFormsModule,
HttpClientModule
],

providers: [
Expand Down

0 comments on commit faa2385

Please sign in to comment.