Skip to content

Commit

Permalink
add a link to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sdras committed Dec 2, 2017
1 parent 3a1f0b0 commit 7b0f57a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions components/AppFooter.vue
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
<template>
<footer>
Made with 🎸 from <a href="https://twitter.com/sarah_edo" target="_blank">sarah_edo</a>
Made with 🎸 from <a href="https://twitter.com/sarah_edo" target="_blank">sarah_edo</a>. This project is open source, visit <a href="https://github.com/sdras/sample-vue-shop" target="_blank">the repo.</a>
</footer>
</template>

<script>
export default {
}
</script>

<style scoped>
footer {
display: flex;
Expand All @@ -25,7 +19,9 @@ footer {
height: 50px;
}
a, a:visited, a:active {
a,
a:visited,
a:active {
color: white;
font-weight: bold;
text-decoration: none;
Expand Down

0 comments on commit 7b0f57a

Please sign in to comment.