Fixed mistake
This commit is contained in:
parent
de1523c650
commit
371567ad82
1 changed files with 2 additions and 3 deletions
|
|
@ -2,17 +2,16 @@
|
||||||
import Layout from '../layouts/Layout.astro'
|
import Layout from '../layouts/Layout.astro'
|
||||||
import PasswordManagerComponent from '../components/PageComponents/Password-Manager/PasswordManagerComponent.tsx'
|
import PasswordManagerComponent from '../components/PageComponents/Password-Manager/PasswordManagerComponent.tsx'
|
||||||
import PageTitle from '../components/PageTitle/PageTitle'
|
import PageTitle from '../components/PageTitle/PageTitle'
|
||||||
import Toolpage from '../components/Toolpage/Toolpage'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="Password Manager - AIO Tools">
|
<Layout title="Password Manager - AIO Tools">
|
||||||
<Toolpage>
|
<main class="page">
|
||||||
<PageTitle title="Password Manager" description="Manage your passwords securely and privately. Recommended to be pair with Password Generator for best security." />
|
<PageTitle title="Password Manager" description="Manage your passwords securely and privately. Recommended to be pair with Password Generator for best security." />
|
||||||
|
|
||||||
<section class="content">
|
<section class="content">
|
||||||
<PasswordManagerComponent client:visible />
|
<PasswordManagerComponent client:visible />
|
||||||
</section>
|
</section>
|
||||||
</Toolpage>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
<style lang="sass">
|
<style lang="sass">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue