File tree Expand file tree Collapse file tree 2 files changed +26
-19
lines changed Expand file tree Collapse file tree 2 files changed +26
-19
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" u-flex" >
3
- <a
4
- href =" "
5
- class =" u-input u-input--inline"
6
- @click.prevent =" openUrl('https://github.com/larsenwork/sketch-easing-gradient#readme')"
2
+ <div >
3
+ <div
4
+ class =" u-input-label"
7
5
>
8
- <github-icon
9
- class =" u-icon"
10
- />
11
- </a >
12
- <a
13
- href =" "
14
- class =" u-input u-input--inline u-marginLeft"
15
- @click.prevent =" openUrl('https://twitter.com/intent/follow?screen_name=larsenwork')"
16
- >
17
- <twitter-icon
18
- class =" u-icon"
19
- />
20
- </a >
6
+ Social ❤️🙏
7
+ </div >
8
+ <div class =" u-flex" >
9
+ <a
10
+ href =" "
11
+ class =" u-input u-input--inline"
12
+ @click.prevent =" openUrl('https://github.com/larsenwork/sketch-easing-gradient')"
13
+ >
14
+ <github-icon
15
+ class =" u-icon"
16
+ />
17
+ </a >
18
+ <a
19
+ href =" "
20
+ class =" u-input u-input--inline u-marginLeft"
21
+ @click.prevent =" openUrl('https://twitter.com/intent/tweet?text=Easing+Gradients+plugin+in+Sketch+is+%F0%9F%94%A5+Also+available+as+online+editor+and+%23PostCSS+plugin&url=https%3A%2F%2Flarsenwork.com%2Feasing-gradients%2F&via=larsenwork')"
22
+ >
23
+ <twitter-icon
24
+ class =" u-icon"
25
+ />
26
+ </a >
27
+ </div >
21
28
</div >
22
29
</template >
23
30
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export default function() {
35
35
36
36
// Close the window when we blur
37
37
browserWindow . once ( 'blur' , ( ) => {
38
- // browserWindow.close()
38
+ browserWindow . close ( )
39
39
} )
40
40
41
41
// Send gradient parameters to the webview once it's loaded
You can’t perform that action at this time.
0 commit comments