Skip to content

Commit

Permalink
Update react-app/src/features/selection-flow/external-landing/Externa…
Browse files Browse the repository at this point in the history
…lAppLandingPage.tsx

Co-authored-by: asharonbaltazar <[email protected]>
  • Loading branch information
RanyeM and asharonbaltazar authored Jan 9, 2025
1 parent 5c71f15 commit caaccac
Showing 1 changed file with 1 addition and 1 deletion.
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={"/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 caaccac

Please sign in to comment.