Skip to content

Commit

Permalink
Use relative paths for navigation (for github pages)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhollman committed Oct 4, 2023
1 parent 668ca79 commit 679fbd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/globe/GlobeControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const GlobeControls = ({
</IconButton>
</Tooltip>
<Tooltip title="Go to sakura view" placement="left">
<IconButton href="/">
<IconButton href="./">
<SpaIcon />
</IconButton>
</Tooltip>
Expand Down
2 changes: 1 addition & 1 deletion src/components/sakura-static/SakuraControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const SakuraControls = () => {
</IconButton>
</Tooltip>
<Tooltip title="Go to earth times view" placement="left">
<IconButton href="/globe">
<IconButton href="./globe">
<TravelExploreIcon />
</IconButton>
</Tooltip>
Expand Down

0 comments on commit 679fbd0

Please sign in to comment.