Skip to content

Commit dfd6ef2

Browse files
authored
revert to standard hero (#1742)
1 parent e365077 commit dfd6ef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: base
33
---
44
<div class="quarkus-homepage">
5-
{% include homepage-hero-newrelease-band.html %}
5+
{% include homepage-hero-band-ssjprime.html %}
66
{% include homepage-features-icon-band.html %}
77
{% include homepage-userstory-callout.html %}
88
{% include homepage-performance-band.html %}

_sass/layouts/home.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.homepage {
66

7-
background-image: url($baseurl + '/assets/images/quarkus3/bg-home-primary-q3.png');
7+
background-image: url($baseurl + '/assets/images/bg-home-primary.png');
88
background-repeat: no-repeat;
99
background-size: 100%;
1010

0 commit comments

Comments
 (0)