Skip to content

Commit 35a6622

Browse files
committed
Fix: Update
Signed-off-by: Varad Gupta <[email protected]>
1 parent d2cb64b commit 35a6622

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const CollaborationFeatureTeam = () => {
131131
<div className="hero-image" ref={locatorRef}>
132132
<img
133133
src={componentGif}
134-
alt="Conversation feature illustration"
134+
alt="Shared Component Library"
135135
/>
136136
</div>
137137
<div className="hero-text">
@@ -147,15 +147,15 @@ const CollaborationFeatureTeam = () => {
147147
<div className="hero-image" ref={locatorRef}>
148148
<img
149149
src={versionHistory}
150-
alt="Conversation feature illustration"
150+
alt="Version Control & History"
151151
/>
152152
</div>
153153
</div>
154154
<div className="hero-div">
155155
<div className="hero-image" ref={locatorRef}>
156156
<img
157157
src={undoRedo}
158-
alt="Conversation feature illustration"
158+
alt="Undo & Revert Changes"
159159
/>
160160
</div>
161161
<div className="hero-text">

0 commit comments

Comments
 (0)