File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ function ImageConverterForm() {
173173function ImageConverter ( ) {
174174
175175 return (
176- < div className = "flex flex-col items-center justify-center p-4 min-h-[80vh ]" >
176+ < div className = "flex flex-col items-center justify-center p-4 min-h-[75vh ]" >
177177 < h1 > Image Converter</ h1 >
178178 < p > Select images to convert and optimize.</ p >
179179 < ImageConverterForm />
Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ const BASE = '/image-optimizer/';
1313createRoot ( document . getElementById ( 'root' ) ) . render (
1414 < StrictMode >
1515 < main id = "main-content" >
16- < BrowserRouter basename = { BASE } >
16+ < BrowserRouter basename = { BASE } >
1717 < Routes >
1818 < Route path = "/" element = { < ImageConverter /> } />
1919 </ Routes >
2020 </ BrowserRouter >
2121 </ main >
2222 < footer className = "footer py-12" >
23+ < p className = "mb-4" > View on < a href = "https://github.com/timbatt/image-optimizer" target = "_blank" > Github</ a > </ p >
2324 < p > < a href = "https://www.zoarvalleysoftware.com" target = "_blank" rel = "noopener noreferrer" > © Zoar Valley Software LLC - 2025</ a > </ p >
2425 </ footer >
2526 </ StrictMode >
You can’t perform that action at this time.
0 commit comments