Skip to content

Commit

Permalink
change label for number of DIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-verida committed Jun 29, 2023
1 parent 33a3c9b commit 8b92944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div id="networkstats" class="mt-5">
<div class="content networkstats">
<h2>Network Statistics</h2>
<h3>Number of Active DIDs: {{ activeDIDs }}</h3>
<h3>Number of Verida DIDs: {{ activeDIDs }}</h3>
<div id="growthwrapper">
<canvas id="growthchart"></canvas>
</div>
Expand Down Expand Up @@ -129,7 +129,7 @@ export default defineComponent({
data: {
datasets: [
{
label: "Active Verida DIDs",
label: "Verida DIDs",
data: normalizedData,
borderColor: "rgb(67, 229, 216)",
fill: { target: "origin", above: "rgb(227, 227, 227)" },
Expand Down

0 comments on commit 8b92944

Please sign in to comment.