Skip to content

Commit

Permalink
feat(frontend): ✨ Add contact link to Footer component (#237)
Browse files Browse the repository at this point in the history
* feat(frontend): ✨ Add contact link to Footer component

* refactor(frontend): ✨ Update globe image URL in newGlobe.tsx
  • Loading branch information
Mads Hermansen authored and GitHub committed Apr 8, 2024
1 parent 754a428 commit 2e6b256
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions frontend/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ export default function Footer() {
>
Youtube
</a>
<a
href="mailto:roger.birkeland@ntnu.no"
className="hover:underline"
>
Contact
</a>
</div>
<p>&copy; 2021 NTNU Small Satellite Lab</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/map/newGlobe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function SatelliteGlobe() {
globeRef.current = Globe()(chart.current)
.globeImageUrl(
"//unpkg.com/three-globe/example/img/earth-blue-marble.jpg",
)/*.backgroundImageUrl(
) /*.backgroundImageUrl(
"//unpkg.com/three-globe/example/img/night-sky.png",
)*/
.objectLat("lat")
Expand Down

0 comments on commit 2e6b256

Please sign in to comment.