Skip to content

Commit

Permalink
Update image source paths in roadmap pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave-lab12 committed Mar 20, 2024
1 parent 20b1073 commit 778359e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/roadmap/[version_id]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const roadmapVersion = await Astro.glob(
<Layout title="roadmap">
<section class="roadmap my-32">
<div class="relative w-full">
<img src="/public/3-version-line.svg" class="w-full" />
<img src="/3-version-line.svg" class="w-full" />
<div
class="absolute -top-10 flex flex-row justify-evenly w-full md:-top-14"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/roadmap/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const roadmapContent = await getQuarterData("Q4_2023");
<Layout title="roadmap">
<section class="roadmap my-32">
<div class="relative w-full">
<img src="/public/3-version-line.svg" class="w-full" />
<img src="/3-version-line.svg" class="w-full" />
<div
class="absolute -top-10 flex flex-row justify-evenly w-full md:-top-14"
>
Expand Down

0 comments on commit 778359e

Please sign in to comment.