mirror of
https://github.com/bendtherules/is-nifty-open.git
synced 2026-08-18 13:52:20 +00:00
In NextOpenOrClose, show "holiday" instead of closing
This commit is contained in:
@@ -28,7 +28,7 @@ export class NextOpenCloseMini extends React.Component<NextOpenCloseMiniProps, {
|
||||
}
|
||||
|
||||
getOpeningClosingString() {
|
||||
return this.openOrClose === OpenOrClose.Open ? "opening" : "closing";
|
||||
return this.openOrClose === OpenOrClose.Open ? "opening" : "holiday";
|
||||
}
|
||||
|
||||
getOpeningClosingClassName() {
|
||||
|
||||
Reference in New Issue
Block a user