Skip to content

Commit

Permalink
Merge pull request #573 from sunbird-cb/parichay-error-tesing
Browse files Browse the repository at this point in the history
Parichay error tesing
  • Loading branch information
nitinraj-tarento authored Oct 3, 2022
2 parents dff4293 + 3a7a9db commit 56925bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/app/component/app-footer/app-footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@

<div class="flex flex-col justify-start">
<p class="footer_heading mat-subheading-1 margin-bottom-m">About us</p>
<a class="footer_sub_text mat-body" rel="noreferrer" href="https://dopttrg.nic.in/igotmk/" target="_blank">Mission
Karmayogi</a>
<a class="footer_sub_text mat-body" rel="noreferrer" href="https://karmayogibharat.gov.in/" target="_blank">
Karmayogi Bharat</a>
<!-- <a class="footer_sub_text mat-body" href="" target="_blank"> Karmayogi Bharat</a>
<a class="footer_sub_text mat-body">Capacity building commission</a> -->

Expand Down Expand Up @@ -72,4 +72,4 @@
<a routerLink="/public/contact" i18n> Contact</a>-->
</ng-container>
</div>
</div>
</div>
5 changes: 3 additions & 2 deletions src/app/routes/public/public-home/public-home.component.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<div class="home">
<mat-toolbar class="mt-53">
<mat-toolbar class="mt-53 nav-toolbar">
<div class="fix-ww flex flex-row mt-3" id="root-tool-bar" title="toolbar" i18n-aria-label role="toolbar">
<a class="logo-dim" role="link" title="Home" i18n-aria-title i18n-aria-label routerLink="/public/home">
<img [src]="appIcon" alt="Application Logo" class="app-logo" />
<!-- <img [src]="appIcon" alt="Application Logo" class="app-logo" /> -->
<img src="https://www.igot-dev.in/img/karmayogiLogo.svg" alt="Application Logo" class="app-logo" />
</a>
<div class="text-end flex flex-1 flex-row-reverse signup_div">
<a routerLink="/public/signup" class="btn btn-primary text-center margin-left-s">Register</a>
Expand Down
4 changes: 4 additions & 0 deletions src/app/routes/public/public-home/public-home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -758,10 +758,14 @@
}

.signup_div {
margin-top: 12px;
@include breakpoint-xs {
text-align: center;
justify-content: space-between;
width: 100%;
}
}
.nav-toolbar {
background: #fff!important;
}

0 comments on commit 56925bc

Please sign in to comment.