diff --git a/landingpage/.env.development b/landingpage/.env.development new file mode 100644 index 0000000..8a1a848 --- /dev/null +++ b/landingpage/.env.development @@ -0,0 +1,5 @@ +ROUTE_HOME = '/' +ROUTE_APP = "https://bugbuster.app/" +ROUTE_GITHUB = 'https://github.com/crypto-bug-hunters/bug-buster' +ROUTE_X = 'https://x.com/BugBusterApp' +ROUTE_TELEGRAM = 'https://t.me/+G_CPMEhCHC04MzA5' \ No newline at end of file diff --git a/landingpage/src/components/Logo.tsx b/landingpage/src/components/Logo.tsx index cb7d8d9..5321265 100644 --- a/landingpage/src/components/Logo.tsx +++ b/landingpage/src/components/Logo.tsx @@ -13,7 +13,9 @@ const Logo = ({ ...rest }: Props & React.SVGProps) => { return ( - + {!footer ? (