diff --git a/src/components/PopoutPanel.js b/src/components/PopoutPanel.js index 15693ad..18d9923 100644 --- a/src/components/PopoutPanel.js +++ b/src/components/PopoutPanel.js @@ -150,52 +150,59 @@ function PopoutPanel({ )} - {/* Sorting & Filtering UI */} - {/* Sorting UI */} -
-
- - -
- -
- - setMaxTuition(Number(e.target.value))} - /> - {`$0 - $${maxTuition.toLocaleString()}`} -
- -
- - setMaxDistance(Number(e.target.value))} - /> - {`${maxDistance} mi`} -
-
{/* Schools Offering Programs Section */}

Schools Offering Programs

+ +
+ {/* Header and Filters - Not part of grid */} +
+ +
+ + + + + +
+
{filteredAndSortedSchools.length > 0 ? ( filteredAndSortedSchools.map((school, index) => ( @@ -214,6 +221,7 @@ function PopoutPanel({

No schools of higher education are available in your state for this career path.

)}
+
{/* Loan Repayment Analysis */}

Loan Repayment Analysis