Skip to content

Commit e4d7ba9

Browse files
committed
bug fixing
1 parent 91c931b commit e4d7ba9

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

ism/react-app/public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<link src="img/favicon.png" rel="icon" />
77
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900' type='text/css'>
88
<link rel="stylesheet" type="text/css" href="vendor/font-awesome/css/all.min.css" />
9-
<!-- <link rel="stylesheet" type="text/css" href="vendor/owl.carousel/assets/owl.carousel.min.css" />
10-
<link rel="stylesheet" type="text/css" href="vendor/owl.carousel/assets/owl.theme.default.min.css" /> -->
9+
<link rel="stylesheet" type="text/css" href="vendor/owl.carousel/assets/owl.carousel.min.css" />
10+
<link rel="stylesheet" type="text/css" href="vendor/owl.carousel/assets/owl.theme.default.min.css" />
1111
<link rel="stylesheet" type="text/css" href="vendor/daterangepicker/daterangepicker.css" />
1212
<link rel="stylesheet" type="text/css" href="css/animate.min.css">
1313
<link rel="stylesheet" type="text/css" href="css/stylesheet.css" />

ism/react-app/src/components/SliderTop.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,19 @@ class SliderTop extends React.Component {
99
<div id="slider" className="hero-wrap">
1010
<OwlCarousel
1111
className="owl-theme slideshow single-slider"
12-
items={1}
13-
autoplay={true}
12+
autoplay={true}
1413
autoplayTimeout={4500}
1514
animateOut= {'fadeOut'}
1615
animateIn= {'fadeIn'}
1716
lazyLoad={true}
1817
loop={true}
19-
nav={true}
18+
nav
2019
responsive={{
2120
0:{items:1,},
2221
576:{items:1,},
2322
768:{items:1,},
2423
992:{items:1,}
25-
}}
24+
}}
2625
navText={['<i class="fa fa-chevron-left"></i>', '<i class="fa fa-chevron-right"></i>']}
2726
>
2827
<div className="item owl-caption" style={{backgroundImage: 'url(img/sliders/train.jpg)', backgroundPosition: 'center center', backgroundSize: 'cover', width: '100%', height: '500px'}}>

ism/react-app/src/components/reused/ContentFlights.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react'
22
import PageHeader from '../reused/PageHeader'
3-
import PromoCard from '../reused/PromoCard'
43
import PopularTrain from '../PopularTrain'
54

65
class ContentFlights extends React.Component {

0 commit comments

Comments
 (0)