Skip to content

Commit

Permalink
Removd slide numbers from the titles, other small fix (rancher#9999)
Browse files Browse the repository at this point in the history
  • Loading branch information
bisht-richa authored and Yonas Berhe committed Dec 20, 2023
1 parent 505a3c4 commit e99d308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/components/Carousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default {
:label="slide.repoName"
color="slider-badge mb-20"
/>
<h1>{{ slide.chartNameDisplay }} {{ i + 1 }}</h1>
<h1>{{ slide.chartNameDisplay }}</h1>
<p>{{ slide.chartDescription }}</p>
</div>
</div>
Expand Down Expand Up @@ -282,6 +282,7 @@ export default {
.slide-content {
display: flex;
padding: 30px;
height: 100%;
.slide-img {
width: 150px;
Expand Down

0 comments on commit e99d308

Please sign in to comment.