Skip to content

Commit e34596d

Browse files
committed
Update social links
1 parent ae93dab commit e34596d

File tree

2 files changed

+26
-19
lines changed

2 files changed

+26
-19
lines changed

resources/components/social-stuff.vue

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
<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"
75
>
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>
2128
</div>
2229
</template>
2330

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function() {
3535

3636
// Close the window when we blur
3737
browserWindow.once('blur', () => {
38-
// browserWindow.close()
38+
browserWindow.close()
3939
})
4040

4141
// Send gradient parameters to the webview once it's loaded

0 commit comments

Comments
 (0)