From fef0a86747f51ccca2f6d545dc27f489f3feee85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nahuel=20Hern=C3=A1ndez?= Date: Tue, 12 Sep 2023 09:30:16 -0400 Subject: [PATCH] feat: strive logo --- src/layout/AppBar.tsx | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/src/layout/AppBar.tsx b/src/layout/AppBar.tsx index a16ee99..f5c0899 100644 --- a/src/layout/AppBar.tsx +++ b/src/layout/AppBar.tsx @@ -2,8 +2,10 @@ import { Box, Container, Toolbar, useMediaQuery } from '@mui/material'; import MuiAppBar from '@mui/material/AppBar'; import { useT } from '@transifex/react'; import { Link } from 'react-router-dom'; +import Text from 'src/stories/text/Text'; import OCPLogo from '../assets/ocp-logo.svg'; +import StriveLogo from '../assets/strive-logo.svg'; import SelectLanguageComponent from '../components/SelectLanguageComponent'; import { Button } from '../stories/button/Button'; @@ -18,6 +20,10 @@ const styleWithMobileLogo = { width: '125px', }; +const styleWithMobileLogoStrive = { + width: '160px', +}; + export function AppBar({ auth = true, logout }: AppBarProps) { const t = useT(); const matches = useMediaQuery('(min-width:600px)'); @@ -26,9 +32,20 @@ export function AppBar({ auth = true, logout }: AppBarProps) { - - logo - +
+ + logo + +
+ Supported by + strive-logo +
+