commit 6fa28f879780ad42e54a8a55e408ba7fff9cfb04 parent 9d681226b432c989e7ede05fbaab82d3b2476f2f Author: Nullptrderef <nullptrderef@proton.me> Date: Sun, 21 Apr 2024 11:27:01 +0200 add trailing / Diffstat:
| M | packages/anastasis-webui/src/pages/home/AddingProviderScreen/views.tsx | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/anastasis-webui/src/pages/home/AddingProviderScreen/views.tsx b/packages/anastasis-webui/src/pages/home/AddingProviderScreen/views.tsx @@ -121,13 +121,13 @@ export function WithoutProviderType(props: WithoutType): VNode { <div class="container"> <TextInput label="Provider URL" - placeholder="https://provider.com" + placeholder="https://provider.com/" grabFocus error={props.errors} bind={[props.providerURL, props.setProviderURL]} /> </div> - <p class="block">Example: https://kudos.demo.anastasis.lu</p> + <p class="block">Example: https://kudos.demo.anastasis.lu/</p> {props.testing && <p class="has-text-info">Testing</p>} <div