mirror of
https://github.com/bendtherules/is-nifty-open.git
synced 2026-08-18 22:02:57 +00:00
Add disclaimer text on the bottom
This commit is contained in:
@@ -106,4 +106,17 @@
|
||||
left: 50%;
|
||||
width: 100%;
|
||||
transform: translate(-50%, 0);
|
||||
}
|
||||
|
||||
.disclaimer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 1em;
|
||||
padding: 0.5em;
|
||||
font-size: .6em;
|
||||
background-color: rgba(255,255,255,0.75);
|
||||
border-radius: .5em;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -115,6 +115,11 @@ class IsNiftyOpenApp extends React.Component {
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="disclaimer">
|
||||
{`This data is taken from Karanataka ETV Flipkart holidays list,
|
||||
but doesn't include optional holidays.
|
||||
There is no gurantee that this data is correct or will be kept updated.`}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user