Skip to content

Commit 33515e2

Browse files
authored
patch: remove "watch demo" button (#13)
Tmp removed `<button className={styles.btnSecondary}>Watch Demo</button>`
1 parent 466c1e8 commit 33515e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/components/HeroSection/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const HeroSection: React.FC = () => {
162162
/>
163163
</svg>
164164
</button>
165-
<button className={styles.btnSecondary}>Watch Demo</button>
165+
166166
</div>
167167
</div>
168168

0 commit comments

Comments
 (0)