More site fixes (#1530)

This commit is contained in:
Geometrically
2024-01-07 14:31:22 -05:00
committed by GitHub
parent a037d24b0f
commit 931aeda17f
4 changed files with 5 additions and 5 deletions

View File

@@ -130,7 +130,7 @@
class="country-downloads"
>
<label>
<span class="label__title">Downloads by country</span>
<span class="label__title">Downloads by region</span>
</label>
<div class="country-values">
<div
@@ -184,7 +184,7 @@
class="country-downloads"
>
<label>
<span class="label__title">Page views by country</span>
<span class="label__title">Page views by region</span>
</label>
<div class="country-values">
<div

View File

@@ -157,7 +157,7 @@
<div class="primary-stat">
<LibraryIcon class="primary-stat__icon" aria-hidden="true" />
<div class="primary-stat__text">
<div v-if="projects" class="primary-stat__text">
<span class="primary-stat__counter">
{{ $formatNumber(projects.length || 0) }}
</span>
@@ -283,7 +283,7 @@
:updated-at="project.updated"
:description="project.description"
:downloads="project.downloads ? project.downloads.toString() : '0'"
:follows="project.follows ? project.follows.toString() : '0'"
:follows="project.followers ? project.followers.toString() : '0'"
:icon-url="project.icon_url"
:name="project.title"
:client-side="project.client_side"

View File

@@ -19,6 +19,7 @@
:searchable="true"
:close-on-select="true"
:show-labels="false"
:allow-empty="false"
/>
<h3>Withdraw method</h3>

View File

@@ -373,7 +373,6 @@
</defs>
</svg>
</div>
<div class="additional-label">Coming soon</div>
<h3>Data and Statistics</h3>
<p>Get detailed reports on page views, download counts, and revenue</p>
</div>