From c4223a6a57f487edd39d4ff4b2c449a897cbda39 Mon Sep 17 00:00:00 2001 From: sawa-zen Date: Thu, 5 May 2022 18:15:39 +0900 Subject: [PATCH] Fix docs URL for ReactNativeBase Close #2282 --- packages/docs/src/includes/layouts/home.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/docs/src/includes/layouts/home.html b/packages/docs/src/includes/layouts/home.html index d7f09a4b..d99f6faa 100644 --- a/packages/docs/src/includes/layouts/home.html +++ b/packages/docs/src/includes/layouts/home.html @@ -5,7 +5,7 @@ section: page {% import "fragments/macros.html" as macro with context %} -
+
@@ -40,9 +40,9 @@ section: page

Try it out!

You can try {{ site.name }} from your browser using the official template on CodeSandbox.

- +

Fork the template and create your own app without leaving the browser.

- +
-

Did you know? React Native for Web is used in production web apps by Twitter, Flipkart, Uber, Major League Soccer, and many others. It also powers web support in multi-platform React projects such as Expo, React Native Elements, React Native Paper, and React Native Base. +

Did you know? React Native for Web is used in production web apps by Twitter, Flipkart, Uber, Major League Soccer, and many others. It also powers web support in multi-platform React projects such as Expo, React Native Elements, React Native Paper, and React Native Base.

- {% include "fragments/footer.html" %} + {% include "fragments/footer.html" %}