diff --git a/frontend/src/components/Logo/Logo.jsx b/frontend/src/components/Logo/Logo.jsx
index f367b9c5..5a638180 100644
--- a/frontend/src/components/Logo/Logo.jsx
+++ b/frontend/src/components/Logo/Logo.jsx
@@ -2,12 +2,12 @@ import React from 'react';
import PropTypes from 'prop-types';
import styles from './LogoStyles.module.css';
-const Logo = ({ isSidebar = false, logoText = 'BlueWave', highlightText = 'Onboard' }) => {
+const Logo = ({ isSidebar = false, logoText = 'Guide', highlightText = 'Fox' }) => {
const containerClass = isSidebar ? styles.sidebar : styles.logoContainer;
return (
- {logoText}
+ {logoText}
{highlightText}
);
diff --git a/frontend/src/components/Logo/LogoStyles.css b/frontend/src/components/Logo/LogoStyles.css
deleted file mode 100644
index ec69b91d..00000000
--- a/frontend/src/components/Logo/LogoStyles.css
+++ /dev/null
@@ -1,21 +0,0 @@
-.logo-container {
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 14px;
- border: 16px solid transparent;
- box-sizing: border-box;
- margin-top: 78px;
-}
-
-.sidebar {
- display: flex;
- justify-content: center;
- align-items: center;
- max-width: 200px;
- padding: 0;
- margin-top: 1rem;
- margin-bottom: 0.75rem;
- padding: 0px 16px;
- box-sizing: border-box;
-}
\ No newline at end of file
diff --git a/frontend/src/products/LinkPreview/index.jsx b/frontend/src/products/LinkPreview/index.jsx
index e8535309..475f9b45 100644
--- a/frontend/src/products/LinkPreview/index.jsx
+++ b/frontend/src/products/LinkPreview/index.jsx
@@ -67,7 +67,7 @@ const Preview = () => {
))}
- Powered by BlueWave Onboarding
+ Powered by GuideFox