refactor: update application name and related identifiers from Analytics to Pulse for consistent branding across the codebase
This commit is contained in:
@@ -82,7 +82,7 @@ export default function Chart({ data, prevData, stats, prevStats, interval }: Ch
|
||||
const encodedUri = encodeURI(csvContent)
|
||||
const link = document.createElement("a")
|
||||
link.setAttribute("href", encodedUri)
|
||||
link.setAttribute("download", `analytics_export_${new Date().toISOString().split('T')[0]}.csv`)
|
||||
link.setAttribute("download", `pulse_export_${new Date().toISOString().split('T')[0]}.csv`)
|
||||
document.body.appendChild(link)
|
||||
link.click()
|
||||
document.body.removeChild(link)
|
||||
|
||||
Reference in New Issue
Block a user