mirror of
https://github.com/bendtherules/is-nifty-open.git
synced 2026-08-19 00:32:31 +00:00
Rename OpenToday strings in html and css
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.App .OpenToday-container {
|
||||
.App .OpenXDay-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
@@ -7,7 +7,7 @@ class IsNiftyOpenApp extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div className="App">
|
||||
<div className="OpenToday-container">
|
||||
<div className="OpenXDay-container">
|
||||
<OpenXDay question={OpenXDay.OpenOrClose.Open} allHolidays={allHolidays} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user