Skip to content

Commit 63a6cc8

Browse files
authored
Merge pull request lf-lang#188 from lf-lang/slider-adjustments
Slider adjustment for mobile use
2 parents 3d4ff62 + 4520032 commit 63a6cc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/HomepageSlider/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import styles from './styles.module.css';
99
import { main, click, target } from './codes';
1010

1111
const titles = [
12-
<Translate>Architect your application in Lingua Franca</Translate>,
13-
<Translate>Have interactive diagrams rendered as you type</Translate>,
14-
<Translate>Write reactive code in the language you like</Translate>,
12+
<Translate>Architect your application in LF</Translate>,
13+
<Translate>Navigate your code graphically</Translate>,
14+
<Translate>Code in the language you like</Translate>,
1515
];
1616

1717
import RockPaperScissor from '@site/static/img/diagram/rps.svg';

0 commit comments

Comments
 (0)