Skip to content

Commit 78647cb

Browse files
Merge pull request #429 from AnkitSharma-007/master
Updated the nav-bar icon
2 parents c7ca41f + 06e3d4b commit 78647cb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

projects/bulma-app/src/app/navbar/doc-navbar/doc-navbar.component.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<bu-nav color="info" fixed="true">
22
<bu-nav-brand>
33
<a buNavItem [routerLink]="['/']">
4-
<img class="navbar-logo" alt="ngx2-bulma" src="../../../assets/images/ngx2-bulma-logo.png" />
4+
<img
5+
class="navbar-logo"
6+
alt="ngx2-bulma"
7+
src="../../../assets/images/ngx2-bulma-banner.png"
8+
/>
59
</a>
610
<a
711
(click)="toggleNavbar()"
85.6 KB
Loading

projects/bulma-app/src/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>BulmaApp</title>
5+
<title>ngx2-bulma: Bulma components, powered by Angular</title>
66
<base href="/" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<link rel="icon" type="image/x-icon" href="favicon.ico" />
9-
<!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous"> -->
109
<link
1110
rel="stylesheet"
1211
href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.0/css/bulma.min.css"

0 commit comments

Comments
 (0)