-
Integrate Uppy into your existing stack.
+
Integrate Uppy into your existing stack.
Uppy can seamlessly integrate in your existing stack. Plug the pup
in the framework of your choosing.
@@ -352,7 +357,7 @@ export default function Home(): JSX.Element {
- And much more
+ And much more
@@ -360,7 +365,8 @@ export default function Home(): JSX.Element {
Large uploads survive network hiccups thanks to resumable file
- uploads via the open Tus standard
+ uploads via the open Tus{' '}
+ standard
@@ -369,7 +375,7 @@ export default function Home(): JSX.Element {
Works great with the file encoding and processing backend from{' '}
- Transloadit .
+ Transloadit.
diff --git a/src/theme/BlogPostItem/Footer/index.js b/src/theme/BlogPostItem/Footer/index.js
index bde0e78b9..e4537da60 100644
--- a/src/theme/BlogPostItem/Footer/index.js
+++ b/src/theme/BlogPostItem/Footer/index.js
@@ -3,6 +3,7 @@ import clsx from 'clsx';
import { useBlogPost } from '@docusaurus/theme-common/internal';
import EditThisPage from '@theme/EditThisPage';
import TagsListInline from '@theme/TagsListInline';
+import Link from '@docusaurus/Link';
import ReadMoreLink from '@theme/BlogPostItem/Footer/ReadMoreLink';
import styles from './styles.module.css';
@@ -32,31 +33,31 @@ export default function BlogPostItemFooter() {
{isBlogPostPage && (
)}
diff --git a/src/theme/Footer/index.js b/src/theme/Footer/index.js
index 010ab8522..4bf0f3828 100644
--- a/src/theme/Footer/index.js
+++ b/src/theme/Footer/index.js
@@ -1,4 +1,5 @@
import React from 'react';
+import Link from '@docusaurus/Link';
import styles from './index.module.css';
@@ -15,23 +16,23 @@ function Footer() {
Released under the{' '}
-
MIT License
- {' '}
- ⋅ Privacy Policy ⋅{' '}
-
+ {' '}
+ ⋅ Privacy Policy ⋅{' '}
+
Contributing
-
+
© 2023{' '}
-
+
Transloadit
-
+
);