Skip to content

Commit 249fb7e

Browse files
committed
refactor: update logo and increase size
1 parent 99648fc commit 249fb7e

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

frontend/src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
.logo {
9-
height: 6em;
9+
height: 10em;
1010
padding: 1.5em;
1111
will-change: filter;
1212
transition: filter 300ms;

frontend/src/App.tsx

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import {Container, CssBaseline, ThemeProvider, createTheme, Box} from '@mui/mate
33
import ChatWindow from "./components/ChatWindow.tsx";
44
import SearchBar from "./components/SearchBar.tsx";
55
import React from "react";
6-
import reactLogo from './assets/react.svg'
7-
import viteLogo from '/vite.svg'
6+
// import reactLogo from './assets/react.svg'
7+
import robotLogo from './assets/robot-logo.png'
88

99
const theme = createTheme({
1010
palette: {
@@ -104,19 +104,16 @@ function App() {
104104
return (
105105
<>
106106
<div>
107-
<a href="https://vite.dev" target="_blank">
108-
<img src={viteLogo} className="logo" alt="Vite logo"/>
109-
</a>
110107
<a href="https://react.dev" target="_blank">
111-
<img src={reactLogo} className="logo react" alt="React logo"/>
108+
<img src={robotLogo} className="logo" alt="Chatbot logo"/>
112109
</a>
113110
</div>
114111
<h2>What can I help with?</h2>
115112
<ThemeProvider theme={theme}>
116-
<CssBaseline/>
117-
<Container
118-
maxWidth={false}
119-
sx={{
113+
<CssBaseline/>
114+
<Container
115+
maxWidth={false}
116+
sx={{
120117
mt: 4,
121118
maxWidth: '100vw',
122119
width: '55vw',

frontend/src/assets/robot-logo.png

281 KB
Loading

0 commit comments

Comments
 (0)