Skip to content

Commit

Permalink
Add open source as a feature too
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Feb 24, 2021
1 parent 23d507c commit c900f5d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/components/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</p>
</div>
<div
class="features__container flex md:justify-center flex-wrap md:mt-4"
class="features__container flex md:justify-center justify-around flex-wrap md:mt-4"
>
<welcome-feature text="Way faster">
<zap-icon />
Expand All @@ -62,6 +62,9 @@
<welcome-feature text="URL support">
<anchor-icon />
</welcome-feature>
<welcome-feature text="Open Source">
<git-branch-icon />
</welcome-feature>
</div>
</main>
</div>
Expand All @@ -78,7 +81,8 @@ import {
DownloadIcon,
SettingsIcon,
EditIcon,
AnchorIcon
AnchorIcon,
GitBranchIcon
} from "vue-feather-icons";
export default {
Expand All @@ -90,7 +94,8 @@ export default {
DownloadIcon,
SettingsIcon,
EditIcon,
AnchorIcon
AnchorIcon,
GitBranchIcon
},
methods: {
showModal: function() {
Expand Down

0 comments on commit c900f5d

Please sign in to comment.