add title to StepList
This commit is contained in:
parent
6de9d4f6c7
commit
3a5508cdb5
2 changed files with 11 additions and 2 deletions
|
|
@ -1,12 +1,14 @@
|
|||
---
|
||||
import StepList from "./StepList.astro";
|
||||
|
||||
const { currentStep } = Astro.props;
|
||||
const { currentStep, title } = Astro.props;
|
||||
---
|
||||
|
||||
<StepList
|
||||
title="Todo list for receiving emails"
|
||||
steps={[
|
||||
{ title: "DNS records point to your server" },
|
||||
{ title: "Get a certificate from Let's Encrypt" },
|
||||
{ title: "Postfix fetches information from MariaDB" },
|
||||
{ title: "Postfix hands over emails to Dovecot" },
|
||||
{ title: "Dovecot saves the email to disk" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue