Skip to content

Commit c66e96b

Browse files
911948: added changes in the github link.
1 parent 4762493 commit c66e96b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Grid/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3501,7 +3501,7 @@ export const App = () => {
35013501
<>
35023502
<div id="github" className="desktop-only">
35033503
<span className="githubdemo"> <span> <i className="fab fa-github"></i> </span>
3504-
<a href="https://github.com/SyncfusionExamples/React-Feature-Rich-Grid" target="_blank" rel="noopener noreferrer"
3504+
<a href="https://github.com/SyncfusionExamples/react-feature-rich-datagrid" target="_blank" rel="noopener noreferrer"
35053505
style={{ textDecoration: 'none', color: 'white', fontSize: '15px' }}>GitHub</a></span>
35063506
</div>
35073507

@@ -3559,7 +3559,7 @@ export const App = () => {
35593559
<i className="fab fa-github"></i>
35603560
</span>
35613561
<a
3562-
href="https://github.com/SyncfusionExamples/React-Feature-Rich-Grid"
3562+
href="https://github.com/SyncfusionExamples/react-feature-rich-datagrid"
35633563
target="_blank"
35643564
rel="noopener noreferrer"
35653565
style={{ textDecoration: 'none', color: 'white', fontSize: '15px', marginLeft: '5px' }}>GitHub</a></span>
@@ -3763,4 +3763,4 @@ interface GridPropertiesGroup {
37633763

37643764
interface ChangeEventArgs {
37653765
checked: boolean;
3766-
}
3766+
}

0 commit comments

Comments
 (0)