diff --git a/app/components/navigation/sidebar/Sidebar.tsx b/app/components/navigation/sidebar/Sidebar.tsx index 3d0d5fef..64ea451d 100644 --- a/app/components/navigation/sidebar/Sidebar.tsx +++ b/app/components/navigation/sidebar/Sidebar.tsx @@ -447,6 +447,11 @@ export const Sidebar: FC = ({ children, data }) => { +

+ FINAL FANTASY is a registered trademark of Square Enix + Holdings Co., Ltd. +
© SQUARE ENIX CO., LTD. All Rights Reserved. +

@@ -529,6 +534,11 @@ export const Sidebar: FC = ({ children, data }) => { +

+ FINAL FANTASY is a registered trademark of Square Enix Holdings + Co., Ltd. +
© SQUARE ENIX CO., LTD. All Rights Reserved. +

diff --git a/app/routes/wow/index.tsx b/app/routes/wow/index.tsx index 3dc6d6e1..2360da28 100644 --- a/app/routes/wow/index.tsx +++ b/app/routes/wow/index.tsx @@ -61,12 +61,6 @@ const recommendedQueries = [ Icon: DocumentSearchIcon, href: '/wow/legacy-marketshare' }, - { - name: 'Region wide undercuts', - description: 'Search for items region wide that you have been undercut on!', - Icon: DocumentSearchIcon, - href: '/wow/region-undercut' - }, { name: 'Price Sniper and Price Spike Alerts', description: diff --git a/app/tailwind.css b/app/tailwind.css index 0fe52e6a..1968a6aa 100644 --- a/app/tailwind.css +++ b/app/tailwind.css @@ -1989,6 +1989,11 @@ select { line-height: 1.75rem; } +.text-xs { + font-size: 0.75rem; + line-height: 1rem; +} + .font-bold { font-weight: 700; }