diff --git a/report-front-end/.env b/report-front-end/.env index 5835c35..e5e5797 100644 --- a/report-front-end/.env +++ b/report-front-end/.env @@ -4,9 +4,11 @@ REACT_APP_BACKEND_URL= REACT_APP_TITLE= REACT_APP_LOGO= +REACT_APP_RIGHT_LOGO= REACT_APP_SQL_DISPLAY= # REACT_APP_BACKEND_URL=http://xxxxx/ # REACT_APP_TITLE=Guidance for Generative BI on Amazon Web Services # REACT_APP_LOGO=/Amazoncom-yellow-arrow.png +# REACT_APP_RIGHT_LOGO=/Amazoncom-yellow-arrow.png # REACT_APP_SQL_DISPLAY=yes diff --git a/report-front-end/public/amazon-logo.png b/report-front-end/public/amazon-logo.png new file mode 100644 index 0000000..3c8a121 Binary files /dev/null and b/report-front-end/public/amazon-logo.png differ diff --git a/report-front-end/src/components/top-navigation/index.tsx b/report-front-end/src/components/top-navigation/index.tsx index 1fccc11..8376f98 100644 --- a/report-front-end/src/components/top-navigation/index.tsx +++ b/report-front-end/src/components/top-navigation/index.tsx @@ -1,12 +1,16 @@ import React from "react"; import { TopNavigation } from "@cloudscape-design/components"; import "./style.scss" -import { APP_LOGO, APP_TITLE } from "../../tools/const"; +import { APP_LOGO, APP_RIGHT_LOGO, APP_TITLE } from "../../tools/const"; const CustomTopNavigation = () => { return (