We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0085079 commit cc97e8dCopy full SHA for cc97e8d
frontend/src/components/Table.tsx
@@ -33,11 +33,9 @@ function Table() {
33
<div className="table-container">
34
<div className="table-caption">
35
<span className="space"></span>
36
- {/* <span> */}
37
<a href={`${selectedProfessor.prof.profile_url}`} target="_blank">
38
{selectedProfessor.prof.name}
39
</a>
40
- {/* </span> */}
41
<span className="dept space">|</span>
42
<span className="dept">{selectedProfessor.prof.dept_code}</span>
43
</div>
frontend/src/index.css
@@ -137,9 +137,6 @@ a:hover {
137
margin: 0 8px;
138
display: inline;
139
}
140
- /* .space {
141
- ;
142
- } */
143
144
a {
145
font-size: 2rem;
0 commit comments