diff --git a/components/Library/UpdateAtView.tsx b/components/Library/UpdatedAtView.tsx similarity index 100% rename from components/Library/UpdateAtView.tsx rename to components/Library/UpdatedAtView.tsx diff --git a/components/Library/index.tsx b/components/Library/index.tsx index a8d16c56b..8d04325cd 100644 --- a/components/Library/index.tsx +++ b/components/Library/index.tsx @@ -5,7 +5,7 @@ import BookmarkButton from '~/components/BookmarkButton'; import CompatibilityTags from '~/components/CompatibilityTags'; import { GitHub } from '~/components/Icons'; import LibraryDescription from '~/components/Library/LibraryDescription'; -import UpdatedAtView from '~/components/Library/UpdateAtView'; +import UpdatedAtView from '~/components/Library/UpdatedAtView'; import Tooltip from '~/components/Tooltip'; import { type LibraryType } from '~/types'; import tw from '~/util/tailwind'; @@ -77,7 +77,11 @@ export default function Library({ )} {showTrendingMark && library.popularity && ( - + }> Trending Score is based on the last week to last month download rate. diff --git a/scenes/PackageOverviewScene.tsx b/scenes/PackageOverviewScene.tsx index d3901608e..60e61030e 100644 --- a/scenes/PackageOverviewScene.tsx +++ b/scenes/PackageOverviewScene.tsx @@ -7,7 +7,7 @@ import { A, Caption, H6Section, Label, useLayout } from '~/common/styleguide'; import ContentContainer from '~/components/ContentContainer'; import MetaData from '~/components/Library/MetaData'; import TrendingMark from '~/components/Library/TrendingMark'; -import UpdatedAtView from '~/components/Library/UpdateAtView'; +import UpdatedAtView from '~/components/Library/UpdatedAtView'; import CollapsibleSection from '~/components/Package/CollapsibleSection'; import DependenciesSection from '~/components/Package/DependenciesSection'; import DetailsNavigation from '~/components/Package/DetailsNavigation';