Skip to content

Commit

Permalink
hopefully close pcottle#1177
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentelat committed Sep 20, 2024
1 parent e12ed5a commit 6b7e93a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
5 changes: 5 additions & 0 deletions src/style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1356,3 +1356,8 @@ div.gitDemonstrationView {
left: 21px;
opacity: 0.4;
}

a.home-link {
text-decoration: none;
cursor: alias;
}
12 changes: 7 additions & 5 deletions src/template.index.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,13 @@ <h2>
</div>
<div>
<label for="commandTextField">
<i aria-hidden="true" class="icon-home"></i>
<span class="visuallyHidden">Terminal &ndash;</span>
<span class="vcs-mode-aware intl-aware" data-intl="learn-git-branching">
Learn Git Branching
</span>
<a href="./index.html?NODEMO" class="home-link">
<i aria-hidden="true" class="icon-home"></i>
<span class="visuallyHidden">Terminal &ndash;</span>
<span class="vcs-mode-aware intl-aware" data-intl="learn-git-branching">
Learn Git Branching
</span>
</a>
</label>
</div>
</div>
Expand Down

0 comments on commit 6b7e93a

Please sign in to comment.