Skip to content

Commit

Permalink
Fix minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeLimaDev committed Nov 22, 2023
1 parent 63086c7 commit 56fc3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions content/internal.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ function handleInternal() { //Determines which content should be displayed in th
document.getElementById("main-frame").src = "./marketing_style_guides/Writing Style Guide - PT/VTEXWritingStyleGuidePT.html";
expandItem("styleGuides");
}
else if (currentUrl.includes("marketing")) {
document.getElementById("main-frame").src = "./marketing_style_guides/Writing Style Guide - EN/VTEXWritingStyleGuideEN.html";
expandItem("styleGuides");
}
else if (currentUrl.includes("glossaries")) {
displayGlossariesHeader(); //Changes the header to match the selected section/card.
document.getElementById("main-frame").src = "./glossaries/glossaries.html";
Expand Down
4 changes: 2 additions & 2 deletions content/style_guides.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ <h6>Localization</h6>
Portuguese, as well as helpful translation tips.</p>
</div>
</div>
<div class="card" title="Marketing Style Guides" id="marketing">
<a href="./internal.html?id=marketing" class="card-link"></a>
<div class="card" title="Marketing Style Guides" id="EnMktSG">
<a href="./internal.html?id=EnMktSG" class="card-link"></a>
<div class="upper">
<span class="material-symbols-outlined" style="color: white;">campaign</span>
</div>
Expand Down

0 comments on commit 56fc3fd

Please sign in to comment.