diff --git a/app/javascript/gabsocial/assets/repost_icon.js b/app/javascript/gabsocial/assets/repost_icon.js index a05bf202..dea65928 100644 --- a/app/javascript/gabsocial/assets/repost_icon.js +++ b/app/javascript/gabsocial/assets/repost_icon.js @@ -1,7 +1,7 @@ -const CloseIcon = ({ +const RepostIcon = ({ className = '', size = '16px', - title = 'Close', + title = 'Repost', }) => ( ) -export default CloseIcon \ No newline at end of file +export default RepostIcon \ No newline at end of file