Skip to content

Commit

Permalink
fix: input attributes lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
aboudard committed Apr 1, 2020
1 parent 69985ce commit 18c92de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aboudard/bootstrap-schematics",
"version": "1.1.1",
"version": "1.1.2",
"description": "Angular schematics for bootstrap",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<nav class="navbar navbar-expand-lg navbar-dark bg-primary py-0 px-0 mb-0">
<a class="navbar-brand py-0 px-3" href="#" style="background-color: white">
<img height="50px" [src]="urlLogo" />
<img height="50px" [src]="urllogo" />
</a>
<button class="navbar-toggler" type="button" (click)="toggleNavbar()">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarMain" [ngClass]="{ 'show': navbarOpen }">
<ul class="navbar-nav mr-auto px-2">
<li class="nav-item active">
<h5 class="mb-0 text-white nav-link"><span id="appTitle" [innerText]="appTitle"></span></h5>
<h5 class="mb-0 text-white nav-link"><span id="apptitle" [innerText]="apptitle"></span></h5>
</li>
<li id="nav-gestion" class="nav-item">
<a class="nav-link">Gestion</a>
Expand Down

0 comments on commit 18c92de

Please sign in to comment.