diff --git a/nextjs-app/components/HomeView.tsx b/nextjs-app/components/HomeView.tsx index 8d0793b..7dc39b3 100644 --- a/nextjs-app/components/HomeView.tsx +++ b/nextjs-app/components/HomeView.tsx @@ -317,7 +317,7 @@ function CompactSchoolItem({ school, onAddToCompare, isInCompare }: CompactSchoo
- + {school.school_name} {school.distance !== undefined && school.distance !== null && ( @@ -353,7 +353,7 @@ function CompactSchoolItem({ school, onAddToCompare, isInCompare }: CompactSchoo > {isInCompare ? '✓ Comparing' : '+ Compare'} - + View
diff --git a/nextjs-app/components/RankingsView.tsx b/nextjs-app/components/RankingsView.tsx index 14ee612..59c481a 100644 --- a/nextjs-app/components/RankingsView.tsx +++ b/nextjs-app/components/RankingsView.tsx @@ -267,7 +267,7 @@ export function RankingsView({ )} - + {ranking.school_name} @@ -277,7 +277,7 @@ export function RankingsView({ {displayValue} - View + View