give the call & whatsapp icon instead of recent judgement text in the nav bar
Hi V0,Right now, the “Recent Judgements” cards are showing the full raw source URL. Instead, update the design so that:The plain text URL is removed.Add a clean, primary action button labeled “View source” that opens the link in a new tab.Next to it, add a smaller secondary option (like a subtle button) labeled “Copy link.” When clicked, it should copy the URL to the clipboard and briefly change its label to “Copied” before returning to normal.Keep the buttons aligned neatly in a small row under the citation details.Styling should match the existing card design:The “View source” button should be in the main accent color (blue or whatever matches the current theme).The “Copy link” button should be lighter or ghost style, to feel secondary.For accessibility, make sure the buttons have proper tooltips or labels (for example: “View source on Indian Kanoon” / “Copy source link”).
I've updated the Recent Judgements page to replace the raw URL display with clean action buttons:
title attributes for screen readersThe design now looks much cleaner and more professional while maintaining all the functionality you requested!
Copy the snippet below and paste it between the <head></head> tags of the page where your phone number appears. Place the snippet right after the Google tag. Then, add an onclick attribute to the phone number.
<!-- Event snippet for Click to call conversion pageIn your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. --><script>function gtag_report_conversion(url) { var callback = function () { if (typeof(url) != 'undefined') { window.location = url; } }; gtag('event', 'conversion', { 'send_to': 'AW-17459527561/akW2CK3ah40bEIn_rIVB', 'value': 1.0, 'currency': 'INR', 'event_callback': callback }); return false;}</script>