Skip to content

Commit

Permalink
Merge pull request #22 from mahoneycm/fix-hero-image-paths
Browse files Browse the repository at this point in the history
Fix studio-a img paths
  • Loading branch information
mahoneycm authored Jul 4, 2023
2 parents 1774280 + 336b7c2 commit 24e3277
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pages/contact.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Contact Us - The Bakery
layout: page-base
hero: "/img/photos/studio-a/couch.jpg"
hero: "/img/photos/studio-a/5-couch.jpg"
badge: "/img/badges/Contact.png"
---

Expand Down
2 changes: 1 addition & 1 deletion pages/equipment.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Equipment - The Bakery
layout: page-base
hero: "/img/photos/studio-a/guitars.jpg"
hero: "/img/photos/studio-a/4-guitars.jpg"
badge: "/img/badges/Gear.png"
---

Expand Down
2 changes: 1 addition & 1 deletion pages/studio-a.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: "page-base"
hero: "/img/photos/studio-a/live-wide.jpg"
hero: "/img/photos/studio-a/2-live-wide.jpg"
badge: "/img/badges/STUDIO-A.png"
galleryBg: "/img/photos/studio-a/1-console-wide.jpg"
galleryData:
Expand Down
2 changes: 1 addition & 1 deletion scss/layouts/_home.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.section-img {
&--studioA {
@include setSectionImage("../../img/photos/studio-a/wide.jpg");
@include setSectionImage("../../img/photos/studio-a/3-wide.jpg");
}

&--studioB {
Expand Down

0 comments on commit 24e3277

Please sign in to comment.