Browse Source

UV Logo added to Nav bar

master
JannekeDL 5 years ago
parent
commit
5460108ecf
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      src/components/shared/navBar.vue

+ 7
- 1
src/components/shared/navBar.vue View File

1
 <template>
1
 <template>
2
   <!-- eslint-disable max-len -->
2
   <!-- eslint-disable max-len -->
3
   <nav class="navbar navbar-default navbar-trans navbar-expand-lg fixed-top">
3
   <nav class="navbar navbar-default navbar-trans navbar-expand-lg fixed-top">
4
-    <div class="container">
4
+    <div class="container-fluid">
5
       <button
5
       <button
6
         class="navbar-toggler collapsed"
6
         class="navbar-toggler collapsed"
7
         type="button"
7
         type="button"
16
         <span></span>
16
         <span></span>
17
       </button>
17
       </button>
18
       <a class="navbar-brand text-brand" @click="routerGoTo('/')">
18
       <a class="navbar-brand text-brand" @click="routerGoTo('/')">
19
+        <img
20
+          class="img-fluid"
21
+          src="/img/logos/UVProp.png"
22
+          alt="UVProp logo"
23
+          style="width:110px;height:60px;"
24
+        />
19
         Uni-Vate
25
         Uni-Vate
20
         <span class="color-b">Properties</span>
26
         <span class="color-b">Properties</span>
21
       </a>
27
       </a>

Loading…
Cancel
Save