Skip to content

Commit

Permalink
small textual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arthursimas1 committed Jun 1, 2023
1 parent 827ef19 commit c627f62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ const Footer: FunctionComponent = () => (
Made by{" "}
{
<Link
href="https://github.com/williamquintas/paths-viewer"
href="https://github.com/intrig-unicamp/paths-viewer"
target="_blank"
>
William Quintas de Melo
INTRIG Research Group
</Link>
}
</Box>
Expand Down
4 changes: 1 addition & 3 deletions components/RealTimeModeContainer/RealTimeModeContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ const HelpCard: FunctionComponent<{ sessionId: string }> = ({ sessionId }) => {
time: "string (HH:MM:SS)",
latitude: "number",
longitude: "number",
speed: "number",
},
null,
4
Expand All @@ -116,8 +115,7 @@ const HelpCard: FunctionComponent<{ sessionId: string }> = ({ sessionId }) => {
"date": "2022-01-02",
"time": "23:59:59",
"latitude": -22.8225099,
"longitude": -47.075616,
"speed": 42.1
"longitude": -47.075616
}'`,
},
];
Expand Down

0 comments on commit c627f62

Please sign in to comment.