Skip to content

Commit

Permalink
fixed intro
Browse files Browse the repository at this point in the history
  • Loading branch information
jzakotnik committed Aug 24, 2021
1 parent dd497d4 commit e9dbf96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nextjs/mwe/pages/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import IconButton from "@material-ui/core/IconButton";
import QRCode from "qrcode.react";

import { v4 as uuidv4 } from "uuid";
import { Divider } from "@material-ui/core";

function Impressum(props) {
return (
Expand Down Expand Up @@ -151,6 +152,13 @@ export default function Admin(props) {
<Typography component="h1" variant="h5">
Links zum Lunchprofil erzeugen
</Typography>
<Typography component="body1" variant="body1" paragraph="true">
Was macht dieses Tool? In Zeiten von hybridem Arbeiten ist es
schwierig rauszufinden, an welchen Tagen man ein gemeinsames
Lunch-Date machen kann. Ziel ist es, ein kleines Lunch Profil zu
haben, auf dem steht an welchen Tagen man prinzipiell Zeit hat.
</Typography>

<Typography component="body1" variant="body1">
Wenn Du <i>Erzeugen</i> klickst werden zwei Web-Links erzeugt, mit
denen Du Dein Lunch-Profil verwalten kannst.
Expand Down

0 comments on commit e9dbf96

Please sign in to comment.