Skip to content

Commit 66c2b91

Browse files
authored
Fix changelog link on homepage (#1982)
* "fixed the issue #1981" * #1982 fixed link part * Update index.md * "done the recommended changes in style.css"
1 parent 7bf3227 commit 66c2b91

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

css/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,8 @@ a {
283283
margin-bottom: .25em;
284284
}
285285

286-
#description .express > a {
286+
#description .express > span {
287287
color: var(--card-fg);
288-
text-decoration: none;
289288
}
290289

291290
#description .express a#express-version {

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ redirect_from: "/en/index.html"
99
<section id="home-content">
1010
<div id="homepage-leftpane" class="pane">
1111
<section id="description">
12-
<div class="express"><a href="/">Express</a><a href="{{ page.lang }}/changelog/4x.html#{{ site.data.express.current_version }}" id="express-version">{{ site.data.express.current_version }}</a></div>
12+
<div class="express"><span>Express</span><a href="{{ page.lang }}/changelog/#{{ site.data.express.current_version }}" id="express-version">{{ site.data.express.current_version }}</a></div>
1313
<h1 class="description">Fast, unopinionated, minimalist web framework for <a href='https://nodejs.org/en/'>Node.js</a></h1>
1414
</section>
1515
<pre class="install-command"><code>$ npm install express --save</code></pre>

0 commit comments

Comments
 (0)