WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 22a1aef

Browse files
committed
Fix: Update
Signed-off-by: Varad Gupta <[email protected]>
1 parent 4d73b73 commit 22a1aef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sections/Kanvas/Kanvas-collaborate/collaboration-feature-team.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const CollaborationFeatureTeam = () => {
116116
</div>
117117
</StyledDiv>
118118
<StyledDiv reverse={false}>
119-
<div className="hero-image" ref={locatorRef}>
119+
<div className="hero-image">
120120
<img
121121
src={conversationImage}
122122
alt="Conversation feature illustration"
@@ -128,7 +128,7 @@ const CollaborationFeatureTeam = () => {
128128
</div>
129129
</StyledDiv>
130130
<StyledDiv reverse={true}>
131-
<div className="hero-image" ref={locatorRef}>
131+
<div className="hero-image">
132132
<img
133133
src={componentGif}
134134
alt="Shared Component Library"
@@ -140,7 +140,7 @@ const CollaborationFeatureTeam = () => {
140140
</div>
141141
</StyledDiv>
142142
<StyledDiv reverse={false}>
143-
<div className="hero-image" ref={locatorRef}>
143+
<div className="hero-image">
144144
<img
145145
src={versionHistory}
146146
alt="Version Control & History"
@@ -152,7 +152,7 @@ const CollaborationFeatureTeam = () => {
152152
</div>
153153
</StyledDiv>
154154
<StyledDiv reverse={true}>
155-
<div className="hero-image" ref={locatorRef}>
155+
<div className="hero-image">
156156
<img
157157
src={undoRedo}
158158
alt="Undo & Revert Changes"

0 commit comments

Comments
 (0)