@devidw/components
Advanced tools
+1
-1
| { | ||
| "name": "@devidw/components", | ||
| "version": "0.2.4", | ||
| "version": "0.2.5", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "files": [ |
+9
-11
| <script lang="ts"> | ||
| export let legal = 'https://david.wolf.gdn/legal' | ||
| export let privacy = '' | ||
| export let privacy = 'https://david.wolf.gdn/privacy' | ||
| </script> | ||
@@ -52,12 +52,10 @@ | ||
| {#if privacy} | ||
| <a | ||
| href={privacy} | ||
| target="_blank" | ||
| rel="noopener noreferrer nofollow" | ||
| aria-label="Privacy Policy" | ||
| > | ||
| privacy | ||
| </a> | ||
| {/if} | ||
| <a | ||
| href={privacy} | ||
| target="_blank" | ||
| rel="noopener noreferrer nofollow" | ||
| aria-label="Privacy Policy" | ||
| > | ||
| privacy | ||
| </a> | ||
| </div> | ||
@@ -64,0 +62,0 @@ |
2498
-0.4%