From 388e37550ef08a986846f728f63033ac0941a958 Mon Sep 17 00:00:00 2001 From: yond1994 Date: Sat, 1 Jun 2024 13:43:40 +0200 Subject: [PATCH] "logo" --- .../components/CreateFirstOrganization.tsx | 2 +- .../(auth)/auth/components/Testimonial.tsx | 14 +- packages/ui/Logo/index.tsx | 197 +----------------- 3 files changed, 18 insertions(+), 195 deletions(-) diff --git a/apps/web/app/(app)/create-first-organization/components/CreateFirstOrganization.tsx b/apps/web/app/(app)/create-first-organization/components/CreateFirstOrganization.tsx index 0553c6c9132..b19dbb21372 100644 --- a/apps/web/app/(app)/create-first-organization/components/CreateFirstOrganization.tsx +++ b/apps/web/app/(app)/create-first-organization/components/CreateFirstOrganization.tsx @@ -46,7 +46,7 @@ export const CreateFirstOrganization = () => {
Formbricks Logo -

Formbricks

+

Nogues Abogados

diff --git a/apps/web/app/(auth)/auth/components/Testimonial.tsx b/apps/web/app/(auth)/auth/components/Testimonial.tsx index e146af3ecd8..e4c14a4ffbf 100644 --- a/apps/web/app/(auth)/auth/components/Testimonial.tsx +++ b/apps/web/app/(auth)/auth/components/Testimonial.tsx @@ -8,9 +8,7 @@ export const Testimonial = () => {
-

- Cambio de login -

+

Nogués Abogados

{/*

Make customer-centric decisions based on data. @@ -19,19 +17,19 @@ export const Testimonial = () => {

-

All features included

+

Tarjetas Revolving

-

Free and open-source

+

Préstamo, Crédito Rápido o Microcrédito

-

No credit card required

+

Gastos de la hipoteca

-
+ {/*

We measure the clarity of our docs and learn from churn all on one platform. Great product, very responsive team! @@ -47,7 +45,7 @@ export const Testimonial = () => { Cal.com Logo

-
+
*/}
); diff --git a/packages/ui/Logo/index.tsx b/packages/ui/Logo/index.tsx index 1993736f91c..d2c22f8c405 100644 --- a/packages/ui/Logo/index.tsx +++ b/packages/ui/Logo/index.tsx @@ -1,193 +1,18 @@ export const Logo = (props: any) => { + console.log("logo", props); return ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + Logotipo-Nogues-Abogados-completo-5cm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + ); };