Skip to content

Commit

Permalink
remove leftover comments
Browse files Browse the repository at this point in the history
  • Loading branch information
uday-kalyan-s committed Jan 11, 2025
1 parent 0085079 commit cc97e8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ function Table() {
<div className="table-container">
<div className="table-caption">
<span className="space"></span>
{/* <span> */}
<a href={`${selectedProfessor.prof.profile_url}`} target="_blank">
{selectedProfessor.prof.name}
</a>
{/* </span> */}
<span className="dept space">|</span>
<span className="dept">{selectedProfessor.prof.dept_code}</span>
</div>
Expand Down
3 changes: 0 additions & 3 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ a:hover {
margin: 0 8px;
display: inline;
}
/* .space {
;
} */

a {
font-size: 2rem;
Expand Down

0 comments on commit cc97e8d

Please sign in to comment.