Skip to content

Commit 6512c40

Browse files
committed
fixup! homepage: replace monitor
1 parent f3a3e71 commit 6512c40

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

assets/sass/front-page.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@
165165
border-radius: 6px;
166166
font-weight: bold;
167167
transition: all 0.2s;
168-
169-
&:hover {
170-
transform: translateY(-1px);
171-
}
172168
}
173169

174170
#download-link {

layouts/partials/site-root.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ <h4>Latest source release</h4>
6565
<time>({{ .Site.Params.latest_release_date }})</time>
6666
</div>
6767

68-
<a id="download-link" href="{{ relURL "install/source" }}" class="button">
69-
Install from Source
68+
<a id="download-link" href="{{ relURL "install" }}" class="button">
69+
Install
7070
</a>
7171

7272
<a href="https://github.com/git/git" class="button github-link">

0 commit comments

Comments
 (0)