Skip to content

Commit

Permalink
Fix url with base
Browse files Browse the repository at this point in the history
  • Loading branch information
prokawsar committed Oct 22, 2024
1 parent 128c6bc commit a8d61cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/sections/OurApps.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
{/each}
</div>
</div>
<Cta url={'/apps/' + activeApp.name.toLowerCase()} text="Learn More" bgBlack classes="" />
<Cta url={base + '/apps/' + activeApp.name.toLowerCase()} text="Learn More" bgBlack />
</div>
</div>
</div>
Expand Down

0 comments on commit a8d61cf

Please sign in to comment.