Skip to content

Commit

Permalink
Merge pull request #481 from G-Core/rebranding
Browse files Browse the repository at this point in the history
rebranding fixes
  • Loading branch information
slinkyslinky authored Oct 19, 2023
2 parents 97b5511 + 5acfd27 commit 61181e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/components/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
></gc-redirect-link-button>
<button (click)="login()" *ngIf="!isHosting" class="button button_primary header-button">Sign in</button>
<a
class="button button_primary"
class="button button_primary header-button"
*ngIf="isHosting"
[href]="'https://hosting.gcore.com/billmgr?func=logon&lang=en'"
target="_blank"
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@

&:hover {
svg > path {
stroke: $borderDark;
stroke: $contentSecondaryHover;
}
}

&:active {
svg > path {
stroke: $borderDark;
stroke: $contentContrastPrimary;
}
}
}
Expand Down

0 comments on commit 61181e5

Please sign in to comment.