Skip to content

Commit

Permalink
Update CalendarEventBlock.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia-gomez committed Sep 30, 2024
1 parent 337ccd0 commit 7b46e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { EventContentArg } from "@fullcalendar/core";
import React from "react";
import { styled } from "@mui/material/styles";

export const NEW_TITLE_TAG = "Your Reservation";
export const NEW_TITLE_TAG = "Your Reservation - Click and Drag to select time";
export const UNKNOWN_BLOCK_TITLE = "Unavailable";

interface Props {
Expand Down

0 comments on commit 7b46e8e

Please sign in to comment.