Skip to content

Commit 6fb4836

Browse files
Fix formatting and spacing in DownloadSection component
1 parent 3ec99b2 commit 6fb4836

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/DownloadSection.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@ const DefaultDescription = () => (
1818
rel="noopener noreferrer"
1919
className="text-blue-600 dark:text-blue-400 hover:underline ml-1"
2020
>
21-
SideStore
21+
SideStore
2222
</a>
23-
to install on iOS/iPadOS, using
23+
{' '}to install on iOS/iPadOS, using
2424
<a
2525
href="https://sideloadly.io"
2626
target="_blank"
2727
rel="noopener noreferrer"
2828
className="text-blue-600 dark:text-blue-400 hover:underline ml-1"
2929
>
30-
Sideloadly
30+
Sideloadly
3131
</a>
32-
to install on tvOS, and using
32+
{' '}to install on tvOS, and using
3333
<a
3434
href="https://apps.apple.com/us/app/stikdebug/id6744045754"
3535
target="_blank"
3636
rel="noopener noreferrer"
3737
className="text-blue-600 dark:text-blue-400 hover:underline ml-1"
3838
>
39-
StikDebug
39+
StikDebug
4040
</a>
41-
to enable JIT on iOS/iPadOS.
41+
{' '}to enable JIT on iOS/iPadOS.
4242
</p>
4343
);
4444

0 commit comments

Comments
 (0)