Skip to content

Commit 7f9928d

Browse files
committed
[lite] change ambiguious icon cursor-click to pointer
1 parent 0a69c10 commit 7f9928d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/lite/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ import Layout from "../../layouts/Layout.astro";
177177
<section class="feature-headline">
178178
<div class="feature-text">
179179
<h2>
180-
<Icon name="ph:cursor-click" class="text-primary" />
180+
<Icon name="ph:hand-pointing" class="text-primary" style={{ transform: "rotate(180deg)" }} />
181181
<span><strong>Try it now!</strong></span>
182182
</h2>
183183
</div>

0 commit comments

Comments
 (0)