Преглед на файлове

website: Docs and header fix (#3920)

* Remote sources typo + website mobile header fix

* Fix support url
Artur Paikin преди 2 години
родител
ревизия
92380bf25e
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      website/src/_template/integration_help.md
  2. 1 1
      website/src/docs/remote-sources.md
  3. 1 1
      website/themes/uppy/source/css/_common.scss

+ 1 - 1
website/src/_template/integration_help.md

@@ -6,4 +6,4 @@ We offer also a different category of support that we like to call Integration H
 
 As much as we at Transloadit would like to provide detailed Integration Help to every non-paying user, Uppy has reached a point where this is no longer sustainable for our small crew. If we end up investing our time in a million different apps that use Uppy, as long as no money is flowing back, we won’t be able to ramp up our team to meet the demand. This would spread the team ever thinner and eventually grind development to a halt.
 
-That is not where we want to be. So, to offer enthusiasts, businesses, and enterprises help in a sustainable way, we’re providing community-based Integration Help for free at <https://community.transloadit.com/c/uppy>. If you are unable to solve your problem with help of the Uppy community, we offer paid Integration Help via <https://uppy.io/support>.
+That is not where we want to be. So, to offer enthusiasts, businesses, and enterprises help in a sustainable way, we’re providing community-based Integration Help for free at <https://community.transloadit.com/c/uppy>. If you are unable to solve your problem with help of the Uppy community, we offer paid Integration Help via <https://transloadit.com/open-source/support/>.

+ 1 - 1
website/src/docs/remote-sources.md

@@ -15,7 +15,7 @@ tagline: "Uppy plugin that includes all remote sources that Uppy+Companion offer
 ```js
 import Uppy from '@uppy/core'
 import Dashbaord from '@uppy/dashboard'
-import RemoteSources from '@uppy/compressor'
+import RemoteSources from '@uppy/remote-sources'
 
 const uppy = new Uppy()
 uppy.use(Dashboard)

+ 1 - 1
website/themes/uppy/source/css/_common.scss

@@ -309,7 +309,7 @@ hr {
 	}
 
   &-about {
-    display: flex;
+    // display: flex;
     align-items: center;
     justify-content: center;
   }