Skip to content

Commit

Permalink
Merge pull request lf-lang#188 from lf-lang/slider-adjustments
Browse files Browse the repository at this point in the history
Slider adjustment for mobile use
  • Loading branch information
lhstrh authored Dec 17, 2023
2 parents 3d4ff62 + 4520032 commit 63a6cc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/HomepageSlider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import styles from './styles.module.css';
import { main, click, target } from './codes';

const titles = [
<Translate>Architect your application in Lingua Franca</Translate>,
<Translate>Have interactive diagrams rendered as you type</Translate>,
<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>,
];

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

0 comments on commit 63a6cc8

Please sign in to comment.