Skip to content

Commit b509051

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

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h4>Latest source release</h4>
6666
</div>
6767

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

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

0 commit comments

Comments
 (0)