Commit 68714bb0 by Pradeep Kumar

Update index.js

1 parent aa810f32
......@@ -162,7 +162,7 @@ const BudgetPanorama = ({ BudgetData , conversionData }) => {
<Link
href={
service?.slug?.endsWith(".pdf")
? `https://api.advithconsulting.in/uploads/${service.slug}`
? `https://api.advith.io/uploads/${service.slug}`
: `/budgetpanorama/${
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!