Skip to content

Commit 67c449e

Browse files
Merge pull request #29 from bcgov/header-width-fix
Added data binding to width attribute in `Header` component.
2 parents 62058fb + d0cdbd2 commit 67c449e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/header/Header.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<header>
33
<nav class="container-fluid navbar navbar-expand-lg navbar-dark">
44
<heading-title classNames="navbar-brand pointer" />
5-
<heading-image :history="history" classNames="img-fluid d-none d-md-block pointer" width="181" :src="bcidLogoRev" />
6-
<heading-image :history="history" classNames="img-fluid d-md-none pointer" width="64" :src="bcidSymbol" />
5+
<heading-image :history="history" classNames="img-fluid d-none d-md-block pointer" :width="181" :src="bcidLogoRev" />
6+
<heading-image :history="history" classNames="img-fluid d-md-none pointer" :width="64" :src="bcidSymbol" />
77
<heading-title classNames="pointer navbar-brand nav-item nav-link" />
88
<div id="title" class="navbar-brand">
99
{{ name }}

0 commit comments

Comments
 (0)