Commit ·
2d1334b
1
Parent(s): 757f720
Remove duplicated images from root, change logo width to 50%
Browse files- banner.png +0 -3
- logo.png +0 -3
- src/App.jsx +1 -1
banner.png
DELETED
Git LFS Details
|
logo.png
DELETED
Git LFS Details
|
src/App.jsx
CHANGED
|
@@ -193,7 +193,7 @@ function App() {
|
|
| 193 |
<div className="flex flex-col items-center mb-1 max-w-[360px] text-center">
|
| 194 |
<img
|
| 195 |
src="logo.png"
|
| 196 |
-
width="
|
| 197 |
height="auto"
|
| 198 |
className="block rounded-2xl mb-6"
|
| 199 |
></img>
|
|
|
|
| 193 |
<div className="flex flex-col items-center mb-1 max-w-[360px] text-center">
|
| 194 |
<img
|
| 195 |
src="logo.png"
|
| 196 |
+
width="50%"
|
| 197 |
height="auto"
|
| 198 |
className="block rounded-2xl mb-6"
|
| 199 |
></img>
|