Skip to content

Commit

Permalink
Add video to delete account page (#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored Oct 7, 2024
1 parent 3ce8340 commit 644a196
Showing 1 changed file with 12 additions and 0 deletions.
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>

0 comments on commit 644a196

Please sign in to comment.