Skip to content

Commit

Permalink
replaced Azure by XebiaXpirit
Browse files Browse the repository at this point in the history
  • Loading branch information
totosan authored Dec 3, 2023
1 parent 433342b commit 19c89c8
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 2 deletions.
59 changes: 59 additions & 0 deletions frontend/src/assets/Xebia_Xpirit_logo_2023_DEF.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions frontend/src/pages/layout/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Outlet, Link } from "react-router-dom";
import styles from "./Layout.module.css";
import Azure from "../../assets/Azure.svg";
import XX from "../../assets/Xebia_Xpirit_logo_2023_DEF.svg"
import { CopyRegular, ShareRegular } from "@fluentui/react-icons";
import { CommandBarButton, Dialog, Stack, TextField, ICommandBarStyles, IButtonStyles, DefaultButton } from "@fluentui/react";
import { useContext, useEffect, useState } from "react";
Expand Down Expand Up @@ -74,12 +75,12 @@ const Layout = () => {
>
<Stack horizontal verticalAlign="center">
<img
src={Azure}
src={XX}
className={styles.headerIcon}
aria-hidden="true"
/>
<Link to="/" className={styles.headerTitleContainer}>
<h1 className={styles.headerTitle}>Azure AI</h1>
<h1 className={styles.headerTitle}>Incidents Bot</h1>
</Link>
</Stack>
<Stack horizontal tokens={{ childrenGap: 4 }}>
Expand Down

0 comments on commit 19c89c8

Please sign in to comment.