-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added contribute link to footer #154
base: master
Are you sure you want to change the base?
Conversation
Uh... I think I fixed it? I've never done a pull request before. I had updated the packages - apparently forgetting that that wasn't the goal of the change. Then, I tried to revert it with a commit - and didn't do it correctly. I'm hoping that a hard reset doesn't cause any problems but now it's saying |
Looks good to me, but we should wait until we get a contributor guide. |
@@ -4,7 +4,7 @@ | |||
Rebble Store <small>for pebble</small> | |||
</div> | |||
<div class="main"> | |||
<p>© {{ new Date().getFullYear() }} Rebble · <a v-on:click="openExternal($store.state.contactLink)">Contact Us</a> · <a v-on:click="openExternal($store.state.tosLink)">Terms</a></p> | |||
<p>© {{ new Date().getFullYear() }} Rebble · <a v-on:click="openExternal($store.state.contactLink)">Contact Us</a> · <a v-on:click="openExternal($store.state.tosLink)">Terms</a> · <a v-on:click="openExternal('https://github.com/pebble-dev/rebble-store')">Contribute</a></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change link to contributor guide when it gets published.
No description provided.