Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed May 1, 2021
2 parents 9d55774 + 5f57769 commit 33a0939
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Credits.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<template>
<p>Created with ❤️ by <a href="https://github.com/lucasmenendez" target="_blank">Lucas Menéndez</a>. Checkout the source code on <a href="https://github.com/lucasmenendez/mykeys" target="_blank">GitHub</a>.</p>
<div>
<p>Created with ❤️ by <a href="https://github.com/lucasmenendez" target="_blank">Lucas Menéndez</a>. Checkout the source code on <a href="https://github.com/lucasmenendez/mykeys" target="_blank">GitHub</a>. </p>
<p>Need help, have questions or comments? Check out our <a href="https://forms.gle/TFcWEuDJUmEyjEgY7" target="_blank">feedback form</a>.</p>
</div>
</template>

<style scoped>
p {
div {
display: block;
margin: 10vh auto 0;
max-width: 90%;
Expand Down

0 comments on commit 33a0939

Please sign in to comment.