Skip to content

Commit

Permalink
And name
Browse files Browse the repository at this point in the history
  • Loading branch information
benhaynes committed Oct 20, 2018
1 parent c700cf9 commit b2be928
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions extensions/core/interfaces/activity-icon/display.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ export default {
icon: "lock_open",
color: "dark-gray"
},
comment: {
icon: "chat_bubble_outline",
color: "purple"
},
upload: {
icon: "cloud_done",
color: "accent"
},
comment: {
icon: "chat_bubble_outline",
color: "purple"
},
mention: {
icon: "insert_comment",
color: "purple"
Expand Down Expand Up @@ -85,6 +85,8 @@ export default {
return "Authenticated";
case "upload":
return "File Uploaded";
case "comment":
return "Commented";
case "mention":
return "Mentioned";
case "error":
Expand Down

0 comments on commit b2be928

Please sign in to comment.