Skip to content

Commit e2e368e

Browse files
author
Karl-Emil Kjaer Bilstrup
committed
prettier
1 parent ed6b968 commit e2e368e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/pages/home-page-content-tiles/DoItYourselfMachineLearningTile.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@
3939
<p>
4040
{$t('content.index.setupBody2')}
4141
</p>
42-

src/pages/home-page-content-tiles/NewFeaturesTile.svelte

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,17 @@
1313
<p>
1414
{$t('content.index.newzBodyMakecode')}
1515
</p>
16-
<br/>
16+
<br />
1717
<div class="flex justify-center">
1818
<ImageSkeleton
1919
alt="One of the new visualizations"
2020
src="/imgs/math_version.png"
2121
width={350} />
2222
</div>
23-
<br/>
23+
<br />
2424
<p>
2525
{$t('content.index.mathVersion')}
2626
<a class="text-link hover:underline" href="https://www.math.ml-machine.org/">
2727
math.ml-machine.org
2828
</a>
2929
</p>
30-

0 commit comments

Comments
 (0)