Skip to content

Commit

Permalink
Better date position
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris Verloop committed Aug 3, 2016
1 parent 293816d commit 248f2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framer/Components/ShareComponent.coffee
Expand Up @@ -352,7 +352,7 @@ class ShareComponent
@date = new ShareLayer
parent: @info
height: 10
y: verticalPosition + 16
y: verticalPosition + 12
html: "Shared on #{date.getDate()} #{months[date.getMonth()]} #{date.getFullYear()}"
style:
textTransform: "uppercase"
Expand Down

0 comments on commit 248f2f8

Please sign in to comment.