Skip to content

Commit 8c7c203

Browse files
committed
make action tool clickable
1 parent 0aed9be commit 8c7c203

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

frontend/src/pages/landing/index.jsx

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,19 @@ const Landing = (props) => {
121121
<JoinBtn {...props} />
122122
</div>
123123
<div className="screenshot">
124-
<img
125-
src="/workflow-screenshot.png"
126-
width={710}
127-
alt="Workflow screenshot"
128-
style={{ borderRadius: '6px', width: '100%', height: 'auto' }}
129-
/>
124+
<Link href="/workspace/plastic-strategy-country-a">
125+
<img
126+
src="/workflow-screenshot.png"
127+
width={710}
128+
alt="Workflow screenshot"
129+
style={{
130+
borderRadius: '6px',
131+
width: '100%',
132+
height: 'auto',
133+
cursor: 'pointer',
134+
}}
135+
/>
136+
</Link>
130137
</div>
131138
</div>
132139
</div>

0 commit comments

Comments
 (0)