Skip to content

Commit

Permalink
Merge pull request #860 from trimble-oss/dev/coliff/minor-fixes
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
coliff authored May 20, 2024
2 parents 1d3d381 + df7f48d commit 0b60469
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 261 deletions.
8 changes: 4 additions & 4 deletions content/components/web/tooltips/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ A tooltip is a popup that displays information related to an element when the el
<div style="max-width: max-content">
<div class="guide-sample">
<div class="btn-group-vertical">
<button id="tooltipExample" class="btn btn-icon-only btn-outline-secondary" data-bs-toggle="tooltip" data-bs-placement="right" title="Zoom in">
<button type="button" id="tooltipExample" class="btn btn-icon-only btn-outline-secondary" data-bs-toggle="tooltip" data-bs-placement="right" title="Zoom in">
<i class="modus-icons notranslate" aria-hidden="true">zoom_in</i>
</button>
<button class="btn btn-icon-only btn-outline-secondary" data-bs-toggle="tooltip" data-bs-placement="right" title="Zoom out">
<button type="button" class="btn btn-icon-only btn-outline-secondary" data-bs-toggle="tooltip" data-bs-placement="right" title="Zoom out">
<i class="modus-icons notranslate" aria-hidden="true">zoom_out</i>
</button>
<button class="btn btn-icon-only btn-outline-secondary" data-bs-toggle="tooltip" data-bs-placement="right" title="Expand">
<button type="button" class="btn btn-icon-only btn-outline-secondary" data-bs-toggle="tooltip" data-bs-placement="right" title="Expand">
<i class="modus-icons notranslate" aria-hidden="true">expand</i>
</button>
<button class="btn btn-icon-only btn-outline-secondary" data-bs-toggle="tooltip" data-bs-placement="right" title="Toggle layers">
<button type="button" class="btn btn-icon-only btn-outline-secondary" data-bs-toggle="tooltip" data-bs-placement="right" title="Toggle layers">
<i class="modus-icons notranslate" aria-hidden="true">map</i>
</button>
</div>
Expand Down
1 change: 0 additions & 1 deletion layouts/partials/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

<!-- OpenGraph Meta tags using Hugo's own built-in template -->
{{ template "_internal/opengraph.html" . }}
<meta property="og:locale" content="en_US">

<!-- no need to define additional Twitter card meta tags as fallback to Open Graph -->
<!-- https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#twitter-cards-and-open-graph -->
Expand Down
Loading

0 comments on commit 0b60469

Please sign in to comment.