Skip to content

Commit

Permalink
Make history icons consistent (#572)
Browse files Browse the repository at this point in the history
Co-authored-by: Cess <cessmbuguar@gmail.com>
  • Loading branch information
DiegoValenciaRoman and cesswairimu authored Jul 29, 2020
1 parent fbcb9a4 commit 262aeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/PublicLab.RichTextModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = PublicLab.RichTextModule = PublicLab.Module.extend({
icon: "clock-o",
position: 90,
text:
"Your work is auto-saved so you can return to it in this browser. To recover drafts, open the <code>...</code> menu below."
"Your work is auto-saved so you can return to it in this browser. To recover drafts, open the <button class='btn btn-sm btn-default' style='padding-left:1.5em'><i class='fa fa-clock-o'></i></button> menu below."
}
];

Expand Down

0 comments on commit 262aeb2

Please sign in to comment.