Skip to content

Commit

Permalink
Update Start.tsx with new deletion periods
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek authored Jun 11, 2024
1 parent 5f03913 commit f336bbc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions excalidraw-app/start/Start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,9 @@ const Start: React.FC = () => {

<div className="mt-10">
<small className="muted">
Dieses Tool darf nur in Bildungskontexten genutzt werden. Die Eingabe personenbezogener Daten ist
nicht gestattet.<br />
Dieses Tool darf nur in Bildungskontexten genutzt werden. Die Eingabe personenbezogener Daten ist zu vermeiden.<br />
<br />
Achtung: Erstellte Multi-User-Räume werden nach 30 Tagen gelöscht.
Achtung: Erstellte Multi-User-Räume werden nach 13 Monaten gelöscht.
</small>
</div>

Expand Down Expand Up @@ -125,4 +124,4 @@ const Start: React.FC = () => {
)
}

export default Start;
export default Start;

0 comments on commit f336bbc

Please sign in to comment.