Skip to content

Commit

Permalink
Update Angular version in header texts
Browse files Browse the repository at this point in the history
The header text indicating the Angular version in the `signup`, `header`, and `login` components has been updated from Angular16 to Angular 17. This modification ensures that the displayed version corresponds with the actual Angular version implemented in the project.
  • Loading branch information
nkmdev committed Apr 21, 2024
1 parent dc35380 commit b812a1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/layout/components/header/header.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav class="navbar navbar-expand-lg fixed-top">
<a class="navbar-brand" href="#">SB Admin Ng16 BS5</a>
<a class="navbar-brand" href="#">SB Admin Ng17 BS5</a>
<button (click)="toggleSidebar()" class="navbar-toggler" type="button">
<i aria-hidden="true" class="fa fa-bars text-muted"></i>
</button>
Expand Down
2 changes: 1 addition & 1 deletion src/app/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="row justify-content-md-center align-items-center h-100">
<div class="col-md-4">
<img class="user-avatar" src="assets/images/logo.png" [style.width.px]="150" alt="logo"/>
<h1>SB Admin BS5 Angular16</h1>
<h1>SB Admin BS5 Angular17</h1>
<form role="form">
<div class="form-content">
<div class="form-group">
Expand Down
2 changes: 1 addition & 1 deletion src/app/signup/signup.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="row justify-content-md-center align-items-center h-100">
<div class="col-md-4">
<img class="user-avatar" src="assets/images/logo.png" [style.width.px]="150" alt="logo" />
<h1>SB Admin BS5 Angular16</h1>
<h1>SB Admin BS5 Angular17</h1>
<form role="form">
<div class="form-content">
<div class="form-group">
Expand Down

0 comments on commit b812a1b

Please sign in to comment.