We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64c75d commit 6ddd4f0Copy full SHA for 6ddd4f0
1 file changed
app/components/Package/TrendsChart.vue
@@ -1523,7 +1523,7 @@ watch(selectedMetric, value => {
1523
class="self-end flex items-center justify-center px-2.5 py-1.75 border border-transparent rounded-md text-fg-subtle hover:text-fg transition-colors hover:border-border focus-visible:outline-accent/70 sm:mb-0"
1524
@click="resetDateRange"
1525
>
1526
- <span class="i-carbon:reset w-5 h-5" aria-hidden="true" />
+ <span class="i-lucide:undo-2 w-5 h-5" aria-hidden="true" />
1527
</button>
1528
</div>
1529
0 commit comments