From 883b0b2ba7fe6c8e9aceef7563d92d07a71fdfd9 Mon Sep 17 00:00:00 2001 From: wiznaibus Date: Sat, 7 May 2022 15:02:37 -0600 Subject: [PATCH] fix headers and code formatting --- components/Filter/FilterHeader.js | 6 ++++-- components/Filter/FilterMenu.js | 8 ++++++-- pages/about.js | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/components/Filter/FilterHeader.js b/components/Filter/FilterHeader.js index e5c033b..ba0b78c 100644 --- a/components/Filter/FilterHeader.js +++ b/components/Filter/FilterHeader.js @@ -28,8 +28,10 @@ const FilterHeader = ({
- setFilterMenuVisibility(!filterMenuVisibility)}>

- Filters

+
setFilterMenuVisibility(!filterMenuVisibility)}> +

+ Filters +

sortOnChange(sortType)}> -

{sortType.ascending ? : } Sort

+

+ {sortType.ascending ? : } Sort +

)) }
-

Filters

+

+ Filters +

releaseType.filtered === true).length > 0 diff --git a/pages/about.js b/pages/about.js index 4a6e394..88e986b 100644 --- a/pages/about.js +++ b/pages/about.js @@ -32,7 +32,7 @@ function Home() {
-

About

+

About

This website is a discography project for the K-pop group NCT. It was designed to quickly and conveniently show what albums and songs each member participated in with the ability to search and filter results.