From 434d4828e68472ce5a2fec9f664f00f6af9c906a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Thu, 17 Oct 2019 13:49:10 +0200 Subject: [PATCH 1/2] Updated URLs --- .../GettingStarted/GettingStarted.tsx | 12 +++++++++++- .../ServerAdministration/GettingStarted/index.tsx | 14 +++++++++----- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/src/ui/ServerAdministration/GettingStarted/GettingStarted.tsx b/src/ui/ServerAdministration/GettingStarted/GettingStarted.tsx index 11a41ac80..faf0bd7c6 100644 --- a/src/ui/ServerAdministration/GettingStarted/GettingStarted.tsx +++ b/src/ui/ServerAdministration/GettingStarted/GettingStarted.tsx @@ -19,10 +19,12 @@ import * as React from 'react'; import { Button, Input } from 'reactstrap'; +import { Platform } from '.'; + import './GettingStarted.scss'; interface IGettingStartedProps { - onShowTutorial: (name: 'ios' | 'android' | 'react-native') => void; + onShowTutorial: (name: Platform) => void; serverUrl: string; } @@ -71,6 +73,14 @@ export const GettingStarted = ({ > Start with Android +