Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Remyfied
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Kaka committed Sep 15, 2023
1 parent 551e4af commit 8820e3a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions frontend/src/pages/chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import rehypeRaw from "rehype-raw";
import uuid from 'react-uuid';

import styles from "./Chat.module.css";
import Azure from "../../assets/Azure.svg";
import Remy from "../../assets/Remy.svg";

import {
ChatMessage,
Expand Down Expand Up @@ -540,7 +540,7 @@ const Chat = () => {
{!messages || messages.length < 1 ? (
<Stack className={styles.chatEmptyState}>
<img
src={Azure}
src={Remy}
className={styles.chatIcon}
aria-hidden="true"
/>
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/pages/layout/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Outlet, Link } from "react-router-dom";
import styles from "./Layout.module.css";
import Azure from "../../assets/Azure.svg";
import Remy from "../../assets/Remy.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 +74,12 @@ const Layout = () => {
>
<Stack horizontal verticalAlign="center">
<img
src={Azure}
src={Remy}
className={styles.headerIcon}
aria-hidden="true"
/>
<Link to="/" className={styles.headerTitleContainer}>
<h1 className={styles.headerTitle}>Azure AI</h1>
<h1 className={styles.headerTitle}>Remy AI</h1>
</Link>
</Stack>
<Stack horizontal tokens={{ childrenGap: 4 }}>
Expand Down
File renamed without changes

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/assets/index-6b449ba3.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/assets/index-818945bb.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Azure AI</title>
<script type="module" crossorigin src="/assets/index-818945bb.js"></script>
<script type="module" crossorigin src="/assets/index-6b449ba3.js"></script>
<link rel="stylesheet" href="/assets/index-84c11adf.css">
</head>
<body>
Expand Down

0 comments on commit 8820e3a

Please sign in to comment.