Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #100 from rkpattnaik780/repo_link_eslint
Browse files Browse the repository at this point in the history
style: fix indentation and spacing
  • Loading branch information
sarthak-sehgal authored Apr 14, 2019
2 parents 8f27698 + 88a7498 commit 84f8380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ A watcher has been added to the component to render the details dynamically when
prop: 'commits',
image: require('../assets/component/commit.png'),
value: details.commits,
url : details.github_url
url: details.github_url
},
{
prop: 'version',
Expand Down
2 changes: 1 addition & 1 deletion src/components/ComponentStat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div id="stat">
<a :href="statURL" :v-if="statURL" target="_blank">
<img :src="imageURL" :alt="propName" />
<span>{{ propValue }} {{ propName }}</span>
<span>{{ propValue }} {{ propName }}</span>
</a>
</div>
</template>
Expand Down

0 comments on commit 84f8380

Please sign in to comment.