Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
Change GitHub capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed Sep 16, 2019
1 parent c9d1d8e commit 2604e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
<div class="text-center mb-4">
<img class="mb-4" src="./assets/logo.svg" alt="" width="72" height="72">
<h1 class="h3 mb-3 font-weight-normal">GitBackup</h1>
<p>We backup and archive <a href="https://github.com">Github</a> repositories. Currently tracking {{totalUsers}} users/orgs. </p>
<p>We backup and archive <a href="https://github.com">GitHub</a> repositories. Currently tracking {{totalUsers}} users/orgs. </p>
</div>

<div class="form-label-group">
<input v-model="search" v-on:keyup="checkUser(); autocomplete();" class="form-control search" required="" autofocus="" autocomplete="off">

<label for="inputEmail">Type in a Github username or organization...</label>
<label for="inputEmail">Type in a GitHub username or organization...</label>

<ul class="list-group">
<li v-for="user in autocompleteResults" class="list-group-item" v-on:click="search = user; autocompleteResults = []; isValidUser = true; checkUser()">
Expand Down

0 comments on commit 2604e6e

Please sign in to comment.