Skip to content

Commit

Permalink
Fix the Front Page Link too
Browse files Browse the repository at this point in the history
Signed-off-by: BrickPi <49528459+BrickPi@users.noreply.github.com>
  • Loading branch information
BrickPi authored May 21, 2023
1 parent 035b819 commit b2bd123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</script>

<Header/>
<a href="https://storageopenvic2.blob.core.windows.net/dev-diaries/Dev_diary_4.pdf" target="_blank" rel="noopener noreferrer">
<a href="https://openvicstorage.blob.core.windows.net/dev-diaries/Dev_diary_4.pdf" target="_blank" rel="noopener noreferrer">
<img src="/terrain-map-4-5-23.png" alt="OpenVic Terrain Map Mode, Centered on Europe" width="1000"><br>
Dev Diary IV: the Map
</a>
Expand All @@ -15,4 +15,4 @@
a {
font-size: 3.5vw;
}
</style>
</style>

0 comments on commit b2bd123

Please sign in to comment.