kristunlee commited on
Commit
2d1334b
·
1 Parent(s): 757f720

Remove duplicated images from root, change logo width to 50%

Browse files
Files changed (3) hide show
  1. banner.png +0 -3
  2. logo.png +0 -3
  3. src/App.jsx +1 -1
banner.png DELETED

Git LFS Details

  • SHA256: cca1c6874368c593763d536822910d6e398287c42a89634a74646edd4ce98e19
  • Pointer size: 131 Bytes
  • Size of remote file: 162 kB
logo.png DELETED

Git LFS Details

  • SHA256: 87c99c94bb3b9ebe7b745086692ceb2fc90e103e3eb77f2d3f0fd569ba11caa2
  • Pointer size: 129 Bytes
  • Size of remote file: 5.22 kB
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="80%"
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>