@hbeneke/parley 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,7 +42,7 @@ template.innerHTML = `
42
42
 
43
43
  <footer>
44
44
  <div class="box">
45
- <p><a id="name-link" href="/about"></a></p>
45
+ <p><a id="name-link" href="https://www.hbeneke.dev"></a></p>
46
46
  <p id="copyright"></p>
47
47
  <p class="tagline">
48
48
  <slot name="tagline">Made with <span class="heart">❤️</span> from Spain.</slot>
@@ -51,5 +51,5 @@ A configurable site footer with a name link, a copyright line and a reveal-on-ho
51
51
 
52
52
  ## Notes
53
53
 
54
- - The name link points to `/about` and carries an `aria-label` of `Learn more about {nickname}`.
54
+ - The name link points to `https://www.hbeneke.dev` and carries an `aria-label` of `Learn more about {nickname}`.
55
55
  - On devices with hover, the tagline is hidden until the footer box is hovered. Set `reveal="always"` to keep it visible. `reveal` is read on render only; it is not currently in `observedAttributes`, so changing it at runtime after connection does not re-render.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hbeneke/parley",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "A crew of reusable native Web Components.",
5
5
  "author": {
6
6
  "name": "Enrique Quero Vilar",