Commit a6251c07 by Pradeep Kumar

Update index.js

1 parent 68714bb0
...@@ -188,7 +188,7 @@ const BudgetPanorama = ({ BudgetData , conversionData }) => { ...@@ -188,7 +188,7 @@ const BudgetPanorama = ({ BudgetData , conversionData }) => {
<Link <Link
href={ href={
service?.slug?.endsWith(".pdf") service?.slug?.endsWith(".pdf")
? `https://api.advithconsulting.in/uploads/${service.slug}` ? `https://api.advith.io/uploads/${service.slug}`
: `/budgetpanorama/${ : `/budgetpanorama/${
service?.slug ? service.slug : "#" service?.slug ? service.slug : "#"
}` }`
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!