diff --git a/apps/standalone/src/app/components/AppLayout/AppLayout.tsx b/apps/standalone/src/app/components/AppLayout/AppLayout.tsx index ac10dc3c5..2cf99a431 100644 --- a/apps/standalone/src/app/components/AppLayout/AppLayout.tsx +++ b/apps/standalone/src/app/components/AppLayout/AppLayout.tsx @@ -19,12 +19,12 @@ import OrganizationGuard, { } from '@flightctl/ui-components/src/components/common/OrganizationGuard'; import OrganizationSelector from '@flightctl/ui-components/src/components/common/OrganizationSelector'; import PageNavigation from '@flightctl/ui-components/src/components/common/PageNavigation'; +import { useTranslation } from '@flightctl/ui-components/src/hooks/useTranslation'; -import logo from '@fctl-assets/bgimages/flightctl-logo.svg'; +import logo from '@fctl-assets/bgimages/flight-control-logo.svg'; import rhemLogo from '@fctl-assets/bgimages/RHEM-logo.svg'; import AppNavigation from './AppNavigation'; import AppToolbar from './AppToolbar'; -import { useTranslation } from '@flightctl/ui-components/src/hooks/useTranslation'; const AppLayoutContent = () => { const { t } = useTranslation(); diff --git a/apps/standalone/src/assets/bgimages/flight-control-logo.svg b/apps/standalone/src/assets/bgimages/flight-control-logo.svg new file mode 100644 index 000000000..0e4732439 --- /dev/null +++ b/apps/standalone/src/assets/bgimages/flight-control-logo.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/standalone/src/assets/bgimages/flightctl-logo.svg b/apps/standalone/src/assets/bgimages/flightctl-logo.svg deleted file mode 100644 index d567124f0..000000000 --- a/apps/standalone/src/assets/bgimages/flightctl-logo.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/apps/standalone/src/assets/images/fctl-logo.png b/apps/standalone/src/assets/images/fctl-logo.png deleted file mode 100644 index 9293f11ee..000000000 Binary files a/apps/standalone/src/assets/images/fctl-logo.png and /dev/null differ diff --git a/apps/standalone/src/assets/images/flight-control-logo.png b/apps/standalone/src/assets/images/flight-control-logo.png new file mode 100644 index 000000000..ed4451080 Binary files /dev/null and b/apps/standalone/src/assets/images/flight-control-logo.png differ diff --git a/apps/standalone/src/index.html b/apps/standalone/src/index.html index f17a35af7..7e99ec321 100644 --- a/apps/standalone/src/index.html +++ b/apps/standalone/src/index.html @@ -6,7 +6,7 @@ Flight Control - +