Skip to content

Commit

Permalink
Update text in experiment (#2033)
Browse files Browse the repository at this point in the history
* Update dep

* Change text current to virality
  • Loading branch information
harsh-mn-yral authored Nov 28, 2023
1 parent b71e37e commit 1e7cdf2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@sveltejs/kit": "^1.24.0",
"@tailwindcss/forms": "^0.5.6",
"@types/gtag.js": "^0.0.18",
"@types/throttle-debounce": "^5.0.0",
"@types/throttle-debounce": "^5.0.2",
"@types/w3c-image-capture": "^1.0.7",
"autoprefixer": "^10.4.16",
"date-fns": "^2.30.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function placeVote(direction: 'up' | 'down', voteAmount: number) {
{Math.round(score)}
</div>
<div class="text-sm drop-shadow-[0_1.2px_1.2px_rgba(0,0,0,0.8)]">
Current scrore
Virality score
</div>
</div>
<button
Expand Down

0 comments on commit 1e7cdf2

Please sign in to comment.