Skip to content

Commit

Permalink
Added /
Browse files Browse the repository at this point in the history
  • Loading branch information
sgcderek committed Jul 21, 2022
1 parent 0a4a6ec commit fb35440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h2>Downlinks:</h2>
sat.downlinks.forEach(downlink => {
content += `
<tr>
<td title="${downlink.description}">${downlink.name}<td>
<td title="${downlink.description}">${downlink.name}</td>
<td>${downlink.frequency/1000000 + " MHz"}</td>
<td>${downlink.bandwidth/1000 + " KHz"}</td>
<td>${downlink.polarization}</td>
Expand Down

0 comments on commit fb35440

Please sign in to comment.