Skip to content

Commit

Permalink
Fix css space
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbar01234 committed Apr 18, 2024
1 parent 88216fe commit f417fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SeniorView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const SeniorView = ({ seniors, students }: SeniorViewProps) => {
(yearsClicked.includes(year)
? "bg-[#AE583C] text-white"
: "text-[#AE583C]") +
"cursor-pointer rounded-3xl border-2 border-[#AE583C] px-3 py-1"
" cursor-pointer rounded-3xl border-2 border-[#AE583C] px-3 py-1"
}
onClick={() =>
setYearsClicked((oldYears) => {
Expand Down

0 comments on commit f417fa0

Please sign in to comment.