Skip to content

Commit

Permalink
apachegh-31: Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dinukadesilva committed Oct 9, 2020
1 parent b35fa11 commit 741de4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custos-demo-gateway/src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="header p-3">
<div class="custos-logo">
<div class="custos-logo-icon"></div>
<div class="custos-logo-text pl-2">Custos {{$router.currentRoute.path}}</div>
<div class="custos-logo-text pl-2">Custos</div>
</div>
<div class="user-details" v-if="user">
<div class="username">{{user.first_name + " "+ user.last_name}}</div>
Expand Down

0 comments on commit 741de4d

Please sign in to comment.