Skip to content

Commit

Permalink
removed unused line + fix img path
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed Aug 30, 2024
1 parent b93a16f commit 74076a2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 21 deletions.
6 changes: 3 additions & 3 deletions libs/deps/mas/mas.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/deps/mas/merch-datasource.js

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

2 changes: 0 additions & 2 deletions libs/features/mas/web-components/src/merch-datasource.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { createTag } from './utils.js';

const ATTR_AEM_BUCKET = 'aem-bucket';

const CTA_TAG_NAMES = ['SP-BUTTON', 'A'];

const VARIANTS = {
CATALOG: 'catalog',
AH: 'ah',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,32 +455,32 @@ <h5 id="price---abm---creative-cloud-all-apps-with-4tb" slot="heading-m-price"><
</div>
<div slot="footer-rows">
<div class="footer-row-cell">
<picture class="footer-row-icon"><img loading="lazy" src="../test/img/cc-logo.png"
<picture class="footer-row-icon"><img loading="lazy" src="/test/mocks/img/creative-cloud.svg"
alt="Creative Cloud"></picture>
<div class="footer-row-cell-description">Illustrator on desktop, web, and iPad</div>
</div>
<div class="footer-row-cell">
<picture class="footer-row-icon"><img loading="lazy" src="../test/img/cc-logo.png"
<picture class="footer-row-icon"><img loading="lazy" src="/test/mocks/img/creative-cloud.svg"
alt="Creative Cloud"></picture>
<div class="footer-row-cell-description">Access to 20+ apps including Photoshop, Illustrator
Premiere Pro, After Effects, InDesign, Lightroom, and more</div>
</div>
<div class="footer-row-cell">
<picture class="footer-row-icon"><img loading="lazy" src="../test/img/cc-logo.png"
<picture class="footer-row-icon"><img loading="lazy" src="/test/mocks/img/creative-cloud.svg"
alt="Creative Cloud"></picture>
<div class="footer-row-cell-description">
<p>Business features like admin tools, dedicated 24x7</p>
<p>support, and 1TB of cloud storage</p>
</div>
</div>
<div class="footer-row-cell">
<picture class="footer-row-icon"><img loading="lazy" src="../test/img/cc-logo.png"
<picture class="footer-row-icon"><img loading="lazy" src="/test/mocks/img/creative-cloud.svg"
alt="Creative Cloud"></picture>
<div class="footer-row-cell-description">Adobe Express, Adobe Fresco, Adobe Portfolio, and Adobe
Fonts</div>
</div>
<div class="footer-row-cell">
<picture class="footer-row-icon"><img loading="lazy" src="../test/img/cc-logo.png"
<picture class="footer-row-icon"><img loading="lazy" src="/test/mocks/img/creative-cloud.svg"
alt="Creative Cloud"></picture>
<div class="footer-row-cell-description">1,000 <a href="https://adobe.com/"
target="_blank">generative
Expand Down Expand Up @@ -527,32 +527,32 @@ <h5 id="price---abm---creative-cloud-all-apps-with-4tb" slot="heading-m-price"><
</div>
<div slot="footer-rows">
<div class="footer-row-cell">
<picture class="footer-row-icon"><img loading="lazy" src="../test/img/cc-logo.png"
<picture class="footer-row-icon"><img loading="lazy" src="/test/mocks/img/creative-cloud.svg"
alt="Creative Cloud"></picture>
<div class="footer-row-cell-description">Illustrator on desktop, web, and iPad</div>
</div>
<div class="footer-row-cell">
<picture class="footer-row-icon"><img loading="lazy" src="../test/img/cc-logo.png"
<picture class="footer-row-icon"><img loading="lazy" src="/test/mocks/img/creative-cloud.svg"
alt="Creative Cloud"></picture>
<div class="footer-row-cell-description">Access to 20+ apps including Photoshop, Illustrator
Premiere Pro, After Effects, InDesign, Lightroom, and more</div>
</div>
<div class="footer-row-cell">
<picture class="footer-row-icon"><img loading="lazy" src="../test/img/cc-logo.png"
<picture class="footer-row-icon"><img loading="lazy" src="/test/mocks/img/creative-cloud.svg"
alt="Creative Cloud"></picture>
<div class="footer-row-cell-description">
<p>Business features like admin tools, dedicated 24x7</p>
<p>support, and 1TB of cloud storage</p>
</div>
</div>
<div class="footer-row-cell">
<picture class="footer-row-icon"><img loading="lazy" src="../test/img/cc-logo.png"
<picture class="footer-row-icon"><img loading="lazy" src="/test/mocks/img/creative-cloud.svg"
alt="Creative Cloud"></picture>
<div class="footer-row-cell-description">Adobe Express, Adobe Fresco, Adobe Portfolio, and Adobe
Fonts</div>
</div>
<div class="footer-row-cell">
<picture class="footer-row-icon"><img loading="lazy" src="../test/img/cc-logo.png"
<picture class="footer-row-icon"><img loading="lazy" src="/test/mocks/img/creative-cloud.svg"
alt="Creative Cloud"></picture>
<div class="footer-row-cell-description">1,000 <a href="https://adobe.com/"
target="_blank">generative
Expand Down
Loading

0 comments on commit 74076a2

Please sign in to comment.