We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a3e71 commit b509051Copy full SHA for b509051
assets/sass/front-page.scss
@@ -165,10 +165,6 @@
165
border-radius: 6px;
166
font-weight: bold;
167
transition: all 0.2s;
168
-
169
- &:hover {
170
- transform: translateY(-1px);
171
- }
172
}
173
174
#download-link {
layouts/partials/site-root.html
@@ -66,7 +66,7 @@ <h4>Latest source release</h4>
66
</div>
67
68
<a id="download-link" href="{{ relURL "install/source" }}" class="button">
69
- Install from Source
+ Install
70
</a>
71
72
<a href="https://github.com/git/git" class="button github-link">
0 commit comments