From de2f3e119b17c364fdbd10649699be09045fdeae Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 28 Nov 2022 11:18:32 +0100 Subject: [PATCH] feat: overhaul scripts and flows page --- frontend/src/lib/components/landing/FlowGettingStarted.svelte | 2 +- frontend/src/routes/scripts/get/[...hash].svelte | 2 -- frontend/src/routes/user/accept_invite@user.svelte | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/lib/components/landing/FlowGettingStarted.svelte b/frontend/src/lib/components/landing/FlowGettingStarted.svelte index 6a392003c5..f64bee7bae 100644 --- a/frontend/src/lib/components/landing/FlowGettingStarted.svelte +++ b/frontend/src/lib/components/landing/FlowGettingStarted.svelte @@ -2,13 +2,13 @@ import { goto } from '$app/navigation' import { faExternalLink, faFile, faPlus } from '@fortawesome/free-solid-svg-icons' import Button from '../common/button/Button.svelte' - import HatIcon from '../icons/HatIcon.svelte'
Flows allow you to streamline complex processes and operations by chaining simple steps together. Each Flow is composed of one or more steps. +