Skip to content

Commit bbd2cc6

Browse files
EJ2-964816: Tag removed from download button
1 parent c377aad commit bbd2cc6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Schedule/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5129,7 +5129,7 @@ export const App = () => {
51295129
<div className='download-button-container'>
51305130
<a
51315131
id="download-now-button"
5132-
href="https://www.syncfusion.com/downloads/react?tag=es-livesample-react-featurerich-schedule" className="btn btn-free bold free-trial-gtag-sep15"
5132+
href="https://www.syncfusion.com/downloads/react" className="btn btn-free bold free-trial-gtag-sep15"
51335133
>
51345134
<span className="btn__text">TRY IT FREE</span>
51355135
</a>
@@ -5744,7 +5744,7 @@ export const App = () => {
57445744
<div id="tryfreebutton" className="desktop-only">
57455745
<a
57465746
id="download-now-button" target="_blank"
5747-
href="https://www.syncfusion.com/downloads/react?tag=es-livesample-react-featurerich-schedule"
5747+
href="https://www.syncfusion.com/downloads/react"
57485748
className="menu-item btn btn-primary"
57495749
>
57505750
<span className="tryfree">TRY IT FREE</span>
@@ -5820,7 +5820,7 @@ export const App = () => {
58205820
<div className="mobile-only">
58215821
<a
58225822
id="download-now-button" target="_blank"
5823-
href="https://www.syncfusion.com/downloads/react?tag=es-livesample-react-featurerich-schedule"
5823+
href="https://www.syncfusion.com/downloads/react"
58245824
className="btn btn-free bold free-trial-gtag-sep15"
58255825
>
58265826
<span className="tryfree">TRY IT FREE</span>

0 commit comments

Comments
 (0)