Skip to content

Commit

Permalink
[bugfix] sends to a not implemented page.
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismeamir committed Nov 15, 2024
1 parent 6e36767 commit fecb3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeroSections/HompageHeroSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</div>
<div class="w-full xs:h-fit lg:h-full flex flex-row">
<GlassReferal title="Get Involved" link="/get-involved"/>
<GlassReferal title="Explore Options" link="/solutions"/>
<GlassReferal title="Explore Options" link=""/>
</div>
</div>
</template>
Expand Down

0 comments on commit fecb3af

Please sign in to comment.