Skip to content

Commit 954450c

Browse files
committed
Shorter titles
1 parent 388270a commit 954450c

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>System design in Lingua Franca</Translate>,
13+
<Translate>Interactive diagrams in IDE</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)