Skip to content

Commit fe1af48

Browse files
chore: add empty newlines
1 parent 5ffb0e6 commit fe1af48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/tutorialkit.dev/src/components/PropertyTable.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ const { required = false, inherited = false, values, type } = Astro.props;
3030
td {
3131
text-align: center;
3232
}
33-
</style>
33+
</style>

docs/tutorialkit.dev/src/components/Tabs/PackageManagerTabs.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ import { Tabs, TabItem } from '@astrojs/starlight/components';
1212
<TabItem label="Yarn">
1313
<slot name="yarn" />
1414
</TabItem>
15-
</Tabs>
15+
</Tabs>

docs/tutorialkit.dev/src/components/UI/UI.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
.logo {
2828
font-weight: bold;
2929
}
30-
</style>
30+
</style>

0 commit comments

Comments
 (0)