You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/reader.astro
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
2
import"@/assets/styles/reader.css";
3
+
importHelpfrom"@/components/Help.astro";
3
4
importBaseLayoutfrom"@/layouts/Base";
4
5
---
5
6
@@ -12,15 +13,20 @@ import BaseLayout from "@/layouts/Base";
12
13
<spandata-name="mudra">Mudra</span>
13
14
<spandata-name="rutvi">Rutvi</span>
14
15
</div>
16
+
17
+
<Help
18
+
title="Reader"
19
+
description="Press any letter key (A-Z) to display it with a related emoji. Toggle the speaker buttons to change voices, and use the audio button to mute/unmute sounds."
0 commit comments