diff --git a/src/App.svelte b/src/App.svelte index 426311d..9ebdbd6 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -7,6 +7,7 @@ import Icon from 'fa-svelte' import { faCode } from '@fortawesome/free-solid-svg-icons/faCode' import { faPaw } from '@fortawesome/free-solid-svg-icons/faPaw' + import { faArrowRight } from '@fortawesome/free-solid-svg-icons/faArrowRight' export let name: string; export let email: string; @@ -132,7 +133,7 @@

Ghost User Maker

-

Enter your new author details below. Once done, click on the "Generate" button to receive a special file that you can import to Ghost to add the author details to the "staff". This will let you select them as the author when publishing a post.

+

Enter your new author details below. Once done, click on the "Generate" button to receive a special file that you can import to your Ghost blog. To do that, go to Settings Labs Import in your Ghost dashboard, and import the JSON file you downloaded from here. The details will be added to "staff" and you can select them as the author when publishing a post!

{#if errors.length}