Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
Update code repository references
Browse files Browse the repository at this point in the history
  • Loading branch information
Synzvato committed Jun 18, 2018
1 parent 59efc7f commit 70d2158
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/file-guard.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* File Guard
* Belongs to Decentraleyes.
*
* @see https://github.com/Synzvato/decentraleyes/pull/258
* @see https://git.synz.io/Synzvato/decentraleyes/merge_requests/258
*
* @author Thomas Rientjes
* @since 2018-05-17
Expand Down
2 changes: 1 addition & 1 deletion modules/fontawesome/icon-bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pages/welcome/welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ a {
margin-left: 10px;
}

.btn-github {
.btn-gitlab {
background-color: #24292e;
}

.btn-github:hover {
.btn-gitlab:hover {
background-color: #42474c;
}

Expand Down
2 changes: 1 addition & 1 deletion pages/welcome/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1>Learn more, or contribute</h1>

<a class="btn btn-website" href="https://decentraleyes.org" target="_blank"><i class="btn-icon fai fa-globe" data-fa-transform="grow-2"></i><span class="btn-text">Website</span></a>

<a class="btn btn-github" href="https://github.com/Synzvato/decentraleyes" target="_blank"><i class="btn-icon fai fa-github-alt" data-fa-transform="grow-2"></i><span class="btn-text">GitHub</span></a>
<a class="btn btn-gitlab" href="https://git.synz.io/Synzvato/decentraleyes" target="_blank"><i class="btn-icon fai fa-gitlab" data-fa-transform="grow-2"></i><span class="btn-text">GitLab</span></a>

<a class="btn btn-bitcoin" href="https://decentraleyes.org/donate/bitcoin/" target="_blank"><i class="btn-icon fai fa-btc" data-fa-transform="grow-2"></i><span class="btn-text">Bitcoin</span></a>

Expand Down

0 comments on commit 70d2158

Please sign in to comment.