Skip to content
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

Fix GitHub spelling #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Gitstalk](https://i.imgur.com/4TLcgCS.png)

### Discover who's upto what on Github
### Discover who's upto what on GitHub
Check it out at https://gitstalk.netlify.app/

<a href="https://www.producthunt.com/posts/gitstalk?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-gitstalk" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=130890&theme=light" alt="Gitstalk - Discover what your favorite GitHub users are up to | Product Hunt Embed" style="width: 250px; height: 54px;" width="250px" height="54px" /></a>
Expand Down
14 changes: 7 additions & 7 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export default {
{
name: "description",
content:
"Discover who's upto what on Github. Web-App to analyse Github users activity"
"Discover who's upto what on GitHub. Web-App to analyse GitHub users activity"
},
{ name: "subject", content: "Discover who's upto what on Github" },
{ name: "subject", content: "Discover who's upto what on GitHub" },
{ name: "author", content: "@thelittlewonder" },
{ name: "url", content: "http://gitstalk.herokuapp.com" },
{ name: "og:title", content: "Gitstalk" },
Expand All @@ -33,12 +33,12 @@ export default {
{
name: "og:description",
content:
"Discover who's upto what on Github. Web-App to analyse Github users activity"
"Discover who's upto what on GitHub. Web-App to analyse GitHub users activity"
},
{
name: "twitter:card",
content:
"Discover who's upto what on Github. Web-App to analyse Github users activity"
"Discover who's upto what on GitHub. Web-App to analyse GitHub users activity"
},
{
name: "twitter:site",
Expand All @@ -47,14 +47,14 @@ export default {
{ name: "twitter:title", content: "Gitstalk" },
{
name: "twitter:description",
content: "Discover who's upto what on Github"
content: "Discover who's upto what on GitHub"
},
{ name: "twitter:creator", content: "@thelittlewonder" },
{ itemprop: "name", content: "Gitstalk" },
{
itemprop: "description",
content:
"Discover who's upto what on Github. Web-App to analyse Github users activity"
"Discover who's upto what on GitHub. Web-App to analyse GitHub users activity"
},
{
name: "theme-color",
Expand Down Expand Up @@ -189,4 +189,4 @@ a {
opacity: 0;
}
}
</style>
</style>
4 changes: 2 additions & 2 deletions src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h3>Discover who's upto what...</h3>
<div class="biatch">
<div>github.com/</div>
<input name="username" v-model="username" @keypress="toggle()" placeholder="Enter Github Username">
<input name="username" v-model="username" @keypress="toggle()" placeholder="Enter GitHub Username">
<button type="submit">Search</button>
</div>
<button class="secondary" @click="getRandom()"><a>Randomise User?</a></button>
Expand Down Expand Up @@ -64,4 +64,4 @@ export default {
</script>

<style scoped lang="scss">
</style>
</style>