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.
1 parent 954450c commit 4520032Copy full SHA for 4520032
src/components/HomepageSlider/index.tsx
@@ -9,8 +9,8 @@ import styles from './styles.module.css';
9
import { main, click, target } from './codes';
10
11
const titles = [
12
- <Translate>System design in Lingua Franca</Translate>,
13
- <Translate>Interactive diagrams in IDE</Translate>,
+ <Translate>Architect your application in LF</Translate>,
+ <Translate>Navigate your code graphically</Translate>,
14
<Translate>Code in the language you like</Translate>,
15
];
16
0 commit comments