Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add video to delete account page #1748

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/pages/account/delete-account.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Callout } from "nextra/components";
import { Steps } from "nextra/components";
import { Bleed } from "nextra-theme-docs";

# Mein Konto löschen

Expand All @@ -24,3 +25,14 @@ Falls du dein Konto und somit alle deine Daten löschen möchtest, kannst du die
Solltest du dich anonym angemeldet haben, wird dein Konto ebenfalls gelöscht,
wenn du dich abmeldest.
</Callout>

<Bleed>
<div style={{ display: "flex", justifyContent: "center" }}>
<iframe
src="https://firebasestorage.googleapis.com/v0/b/sharezone-c2bd8.appspot.com/o/docs%2Faccount%2Fdelete-account-desktop.mp4?alt=media&token=7e124214-5ca6-4927-a0c7-717344053850"
width="90%"
height="500px"
title="Konto löschen"
/>
</div>
</Bleed>
Loading