From d5216a8e8c5907f9d88423fa9696a6412e282f5e Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 1 Sep 2025 18:29:29 +0200 Subject: [PATCH] Remove unused component --- web/pages/about.tsx | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/web/pages/about.tsx b/web/pages/about.tsx index 009a0b41..57782a7b 100644 --- a/web/pages/about.tsx +++ b/web/pages/about.tsx @@ -1,10 +1,9 @@ -import { LovePage } from 'web/components/love-page' +import {LovePage} from 'web/components/love-page' export default function About() { return (
- {aColor}
@@ -21,7 +20,8 @@ export default function About() {

Keyword Search the Database

-

"Cats", "Hiking", "Introvert", "Rock Climbing".
Access any profile and get niche.

+

"Cats", "Hiking", "Introvert", "Rock Climbing".
Access any + profile and get niche.

Get Notified About Searches

@@ -47,8 +47,10 @@ export default function About() {

Help Compass

-
Give Suggestions or Contribute
-

Give suggestions or let us know you want to help through this form!

+
Give + Suggestions or Contribute
+

Give suggestions or let us know you want to help through this + form!

- GitHub has increased transparency,
but requires an account. + GitHub has increased transparency,
but requires an account.
@@ -120,10 +122,3 @@ export default function About() { ) } - -export const aColor = ; -