Skip to content

Commit

Permalink
Remove all remaining mentions of eisbuk inside the app
Browse files Browse the repository at this point in the history
  • Loading branch information
ikusteu committed Jul 9, 2023
1 parent 747732a commit 0653983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/>
<link href="/app/bundle.css" rel="stylesheet" />
<link rel="manifest" href="/manifest.json" />
<title>EisBuk</title>
<title>Booking App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const PreviewField: React.FC<PreviewFieldProps> = ({ name, ...props }) => {
organizationName: "Organization Name",
name: "Saul",
surname: "Goodman",
bookingsLink: "https://eisbuk.it/saul",
bookingsLink: "https://ice.it/saul",
bookingsMonth: "April",
extendedBookingsDate: "06/04",
icsFile: "icsFile.ics",
Expand Down

0 comments on commit 0653983

Please sign in to comment.