Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
Today KU
Commits
b3127999
Commit
b3127999
authored
Nov 12, 2021
by
Kim, Subin
Browse files
carousel button
parent
775377a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/Schedule/ScheduleCarousel.js
View file @
b3127999
...
...
@@ -24,7 +24,7 @@ const ScheduleCarousel = () => {
}
return
(
<
div
id
=
"
scheduleListCarousel
"
className
=
"
carousel slide
"
data
-
bs
-
ride
=
"
carousel
"
>
<
div
id
=
"
scheduleListCarousel
"
className
=
"
carousel
carousel-dark
slide
"
data
-
bs
-
ride
=
"
carousel
"
>
<
div
className
=
"
carousel-inner
"
>
{
scheduleList
.
length
!==
0
?
scheduleList
.
map
((
schedule
,
idx
)
=>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment