diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 6996ada4..f58deaed 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = {
title: 'React Native Owl',
tagline: 'Visual Regression Testing for React Native',
- url: 'https://formidable.com/',
+ url: 'https://formidable.com',
baseUrl: '/open-source/react-native-owl/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
@@ -50,7 +50,7 @@ const config = {
},
announcementBar: {
id: 'announcement-blogpost',
- content: `Read the announcement "We're Building a Visual Regression Testing Library for React Native" in our blog.`,
+ content: `Read the announcement "We're Building a Visual Regression Testing Library for React Native" in our blog.`,
isCloseable: false,
},
navbar: {
diff --git a/website/src/components/HomepageFeatures/index.tsx b/website/src/components/HomepageFeatures/index.tsx
index 1332f491..72c34d7b 100644
--- a/website/src/components/HomepageFeatures/index.tsx
+++ b/website/src/components/HomepageFeatures/index.tsx
@@ -33,22 +33,26 @@ const FeatureList = [
},
];
-export const HomepageFeatures = () => {
- return FeatureList.map(({ title, description, imageSource }, idx) => {
- return (
- {description} {description}{title}
- {title}
+
- )}
-
+ )}
+
+
Learn more about the background behind this library in{' '} - + the announcement on the Formidable Blog . -
*/} + -+
Note: This library is{' '} work-in-progress. diff --git a/website/static/images/social.png b/website/static/images/social.png new file mode 100644 index 00000000..c35d35f2 Binary files /dev/null and b/website/static/images/social.png differ