We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d4ff62 + 4520032 commit 63a6cc8Copy full SHA for 63a6cc8
src/components/HomepageSlider/index.tsx
@@ -9,9 +9,9 @@ import styles from './styles.module.css';
9
import { main, click, target } from './codes';
10
11
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>,
+ <Translate>Architect your application in LF</Translate>,
+ <Translate>Navigate your code graphically</Translate>,
+ <Translate>Code in the language you like</Translate>,
15
];
16
17
import RockPaperScissor from '@site/static/img/diagram/rps.svg';
0 commit comments