Skip to content

Commit

Permalink
Link to DTMO docs (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iinh authored May 6, 2021
1 parent 4c44c54 commit e01fdac
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/regions/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
}
.project-links {
list-style: none;
display: grid;
display: flex;
font-size: var(--text-015);
font-weight: 400;
grid-gap: var(--space-2x);
grid-template-columns: auto auto auto;
gap: var(--space-2x);
padding: 0 var(--space-4x);
margin: 0;
}
Expand All @@ -38,6 +37,9 @@
<div class="glam-footer">
<a class="mozilla-logo" href="https://www.mozilla.org/"><MozillaLogo /></a>
<ul class="project-links">
<li>
<a href="https://docs.telemetry.mozilla.org/cookbooks/glam.html">Docs</a>
</li>
<li>
<a href="https://www.mozilla.org/privacy/websites/#cookies">Cookies</a>
</li>
Expand Down

0 comments on commit e01fdac

Please sign in to comment.