Skip to content

Commit

Permalink
fix(ui): Fixed MACPro Logo (#994)
Browse files Browse the repository at this point in the history
* fix(ui): Fixed MACPro Logo

* Update react-app/src/features/selection-flow/external-landing/ExternalAppLandingPage.tsx

Co-authored-by: asharonbaltazar <[email protected]>

---------

Co-authored-by: asharonbaltazar <[email protected]>
  • Loading branch information
RanyeM and asharonbaltazar authored Jan 14, 2025
1 parent 8c4be80 commit aef7de7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added react-app/src/assets/macpro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface ExternalAppLandingPageConfig {
buttonLabel: string;
buttonLink: EXTERNAL_APP;
}
const MACProLogo = () => <img src={"/images/logos/macpro.png"} alt={"MACPro system logo"} />;
const MACProLogo = () => <img src="/macpro.png" alt="MACPro system logo" />;
const FAQHelperText = () => (
<span className="max-w-xl">
<i>
Expand Down

0 comments on commit aef7de7

Please sign in to comment.