Skip to content

Commit cc97e8d

Browse files
committed
remove leftover comments
1 parent 0085079 commit cc97e8d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

frontend/src/components/Table.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ function Table() {
3333
<div className="table-container">
3434
<div className="table-caption">
3535
<span className="space"></span>
36-
{/* <span> */}
3736
<a href={`${selectedProfessor.prof.profile_url}`} target="_blank">
3837
{selectedProfessor.prof.name}
3938
</a>
40-
{/* </span> */}
4139
<span className="dept space">|</span>
4240
<span className="dept">{selectedProfessor.prof.dept_code}</span>
4341
</div>

frontend/src/index.css

-3
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ a:hover {
137137
margin: 0 8px;
138138
display: inline;
139139
}
140-
/* .space {
141-
;
142-
} */
143140

144141
a {
145142
font-size: 2rem;

0 commit comments

Comments
 (0)