Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Dec 7, 2023
1 parent a0f7ff0 commit d8114c2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/screens/deck-form/deck-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { useTelegramProgress } from "../../lib/telegram/use-telegram-progress.ts
import { assert } from "../../lib/typescript/assert.ts";
import { SettingsRow } from "../user-settings/settings-row.tsx";
import { Button } from "../../ui/button.tsx";
import { HintTransparent } from "../../ui/hint-transparent.tsx";

export const DeckForm = observer(() => {
const deckFormStore = useDeckFormStore();
Expand Down Expand Up @@ -74,14 +73,14 @@ export const DeckForm = observer(() => {
</SettingsRow>
)}

<SettingsRow>
<span>Speaking cards</span>
</SettingsRow>
<HintTransparent>
Play spoken audio for each flashcard to enhance pronunciation
</HintTransparent>
{/*<SettingsRow>*/}
{/* <span>Speaking cards</span>*/}
{/*</SettingsRow>*/}
{/*<HintTransparent>*/}
{/* Play spoken audio for each flashcard to enhance pronunciation*/}
{/*</HintTransparent>*/}

<div className={css({ marginTop: 18 })}/>
{/*<div className={css({ marginTop: 18 })}/>*/}

<Button
onClick={() => {
Expand Down

0 comments on commit d8114c2

Please sign in to comment.