From 3f89a5fd73f544e35e48b3b5a389e395d96d0814 Mon Sep 17 00:00:00 2001 From: yuli-ferna <35125931+yuli-ferna@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:26:13 -0400 Subject: [PATCH] Add website link in footer (#1180) --- apps/connect/src/components/atoms/BuiltBy.tsx | 52 ++++++++++--------- 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/apps/connect/src/components/atoms/BuiltBy.tsx b/apps/connect/src/components/atoms/BuiltBy.tsx index 47992b25d..f02644412 100644 --- a/apps/connect/src/components/atoms/BuiltBy.tsx +++ b/apps/connect/src/components/atoms/BuiltBy.tsx @@ -1,26 +1,30 @@ +import { Link } from "./Link"; + export const BuiltBy = () => ( - - - - - + + + + + + + );