Skip to content

Commit 6b48f9a

Browse files
authored
WebHost: link to stats from the use statistics directly on landing (#2242)
1 parent bc11c9d commit 6b48f9a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

WebHostLib/static/styles/landing.css

-3
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,6 @@ html{
235235
line-height: 30px;
236236
}
237237

238-
#landing .variable{
239-
color: #ffff00;
240-
}
241238

242239
.landing-deco{
243240
position: absolute;

WebHostLib/templates/landing.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ <h4>multiworld multi-game randomizer</h4>
4949
our crazy idea into a reality.
5050
</p>
5151
<p>
52-
<span class="variable">{{ seeds }}</span>
52+
<a href="{{ url_for("stats") }}">{{ seeds }}</a>
5353
games were generated and
54-
<span class="variable">{{ rooms }}</span>
54+
<a href="{{ url_for("stats") }}">{{ rooms }}</a>
5555
were hosted in the last 7 days.
5656
</p>
5757
</div>

0 commit comments

Comments
 (0)