Skip to content

Commit

Permalink
Merge pull request #442 from bluewave-labs/410-dialog-reset
Browse files Browse the repository at this point in the history
Changed Bluewave Onboarding to GuideFox
  • Loading branch information
swoopertr authored Dec 28, 2024
2 parents 25077b9 + 076348c commit 3762aab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 27 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Header = () => {

return (
<div className="top-banner">
<div className="logo">BlueWave Onboard</div>
<div className="logo">GuideFox</div>
<div className="user-info">
<Avatar src="/vendetta.png" alt="User" size="medium" />
<div className="user-details">
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/Logo/Logo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div className={containerClass}>
<span className={styles.logoText}>{logoText}&nbsp;</span>
<span className={styles.logoText}>{logoText}</span>
<span className={styles.logoTextPurple}>{highlightText}</span>
</div>
);
Expand Down
21 changes: 0 additions & 21 deletions frontend/src/components/Logo/LogoStyles.css

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/src/products/LinkPreview/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Preview = () => {
))}
</ul>
<p className={s["preview__card--footer"]}>
Powered by BlueWave Onboarding
Powered by GuideFox
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/scenes/progressSteps/ProgressStepsMain.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ const ProgressStepsMain = () => {
const content = [
{
title: "Customize your onboarding",
explanation: "Welcome to BlueWave Onboard. Please customize your dashboard experience here."
explanation: "Welcome to GuideFox. Please customize your dashboard experience here."
},
{
title: "Install BlueWave Onboard now?",
title: "Install GuideFox now?",
explanation: "You’ll need a small extension to use create, edit and preview your onboarding items. Your end users don’t need to install this."
},
{
Expand Down

0 comments on commit 3762aab

Please sign in to comment.