Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
musonza committed Dec 9, 2018
1 parent eb7136d commit eb9251c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified chat-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -47670,7 +47670,7 @@ var render = function() {
])
]
),
_vm._v(" "),
_vm._v(" |\n "),
_c(
"a",
{
Expand All @@ -47682,7 +47682,7 @@ var render = function() {
}
}
},
[_c("strong", [_vm._v("x")])]
[_c("strong", [_vm._v("Leave")])]
)
]),
_vm._v(" "),
Expand Down
4 changes: 2 additions & 2 deletions resources/js/components/ChatConversations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<div class="header">
<a href="#" @click="showConversation(convo.id)">
<strong class="primary-font">Conversation {{ convo.id }}</strong>
</a>
</a> |
<a
href="#"
class="text-danger"
title="leave conversation"
@click="leaveConversation(convo.id)"
>
<strong>x</strong>
<strong>Leave</strong>
</a>
</div>
<p></p>
Expand Down

0 comments on commit eb9251c

Please sign in to comment.