diff --git a/.github/labeler.yaml b/.github/labeler.yaml index 319d599..9d42d4b 100644 --- a/.github/labeler.yaml +++ b/.github/labeler.yaml @@ -15,3 +15,4 @@ - ".prettierrc" - next.config.js - ".eslintrc.json" + - ".devcontainer/**" diff --git a/app/Shared.tsx b/app/Shared.tsx index 8c8b715..0c7bf41 100644 --- a/app/Shared.tsx +++ b/app/Shared.tsx @@ -81,11 +81,8 @@ export function getSvgMapElement(key: SVGKEYS) { ), 'no-longer-on-list': ( <> - - + + No Longer on List diff --git a/app/rush/[slug]/page.tsx b/app/rush/[slug]/page.tsx index b14c490..72d2647 100644 --- a/app/rush/[slug]/page.tsx +++ b/app/rush/[slug]/page.tsx @@ -45,7 +45,7 @@ export default async function Post({ params }: ParamsProps) { return ( {getSvgMapElement(type.toLowerCase().replaceAll(' ', '-') as SVGKEYS)} @@ -58,7 +58,7 @@ export default async function Post({ params }: ParamsProps) {

+ className='rounded-t-md border border-[#256860] border-b-transparent bg-teal-100/70 pl-1 pt-1 text-lg/snug dark:bg-[#101b19]'> {type}

diff --git a/app/speed/[slug]/page.tsx b/app/speed/[slug]/page.tsx index 6afddf2..4a43fa0 100644 --- a/app/speed/[slug]/page.tsx +++ b/app/speed/[slug]/page.tsx @@ -44,7 +44,7 @@ export default async function Post({ params }: ParamsProps) { return ( {getSvgMapElement(type.toLowerCase().replaceAll(' ', '-') as SVGKEYS)} @@ -57,7 +57,7 @@ export default async function Post({ params }: ParamsProps) {

+ className='rounded-t-md border border-[#256860] border-b-transparent bg-teal-100/70 pl-1 pt-1 dark:bg-[#101b19] md:text-lg/snug'> {type}