diff --git a/components/Home/HomeSection.tsx b/components/Home/HomeSection.tsx index f7adebcf..ac64036c 100644 --- a/components/Home/HomeSection.tsx +++ b/components/Home/HomeSection.tsx @@ -48,7 +48,7 @@ export default function HomeSection({ - + diff --git a/components/Library/index.tsx b/components/Library/index.tsx index 8d04325c..c1fccdc3 100644 --- a/components/Library/index.tsx +++ b/components/Library/index.tsx @@ -79,7 +79,7 @@ export default function Library({ {showTrendingMark && library.popularity && ( }> @@ -113,7 +113,7 @@ export default function Library({ {isSmallScreen && ( )} diff --git a/components/Navigation.tsx b/components/Navigation.tsx index d7c81d14..74bb5068 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -45,13 +45,16 @@ export default function Navigation({ style={[ tw`px-5 text-center text-[42px] leading-[54px] text-white`, isSmallScreen && tw`text-3xl`, + !description && tw`pb-3`, ]}> {title} -

- {description} -

+ {description && ( +

+ {description} +

+ )} {children} )} diff --git a/scenes/PackageVersionsScene.tsx b/scenes/PackageVersionsScene.tsx index d11fb3eb..83f38708 100644 --- a/scenes/PackageVersionsScene.tsx +++ b/scenes/PackageVersionsScene.tsx @@ -71,12 +71,13 @@ export default function PackageVersionsScene({ Downloads by version