diff --git a/src/lib/HeaderContact.svelte b/src/lib/HeaderContact.svelte index 5e78c36..9b08429 100644 --- a/src/lib/HeaderContact.svelte +++ b/src/lib/HeaderContact.svelte @@ -1,7 +1,7 @@ @@ -24,5 +24,5 @@ export let customClass = '';
- +
\ No newline at end of file diff --git a/src/lib/HeaderContactElement.svelte b/src/lib/HeaderContactElement.svelte index 4b65a84..9c2edd9 100644 --- a/src/lib/HeaderContactElement.svelte +++ b/src/lib/HeaderContactElement.svelte @@ -5,6 +5,8 @@ export let text; export let icon_color = '#bcc0c2'; export let text_color = '#bcc0c2'; + + import SvgImage from "./SvgImage.svelte";
- {image_alt} + + {text}
\ No newline at end of file diff --git a/src/lib/SvgImage.svelte b/src/lib/SvgImage.svelte new file mode 100644 index 0000000..d0b8045 --- /dev/null +++ b/src/lib/SvgImage.svelte @@ -0,0 +1,21 @@ + + + + +
+
\ No newline at end of file diff --git a/src/lib/assets/mail.svg b/src/lib/assets/mail.svg deleted file mode 100644 index 3d5fa27..0000000 --- a/src/lib/assets/mail.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/src/lib/assets/location.svg b/static/location.svg similarity index 100% rename from src/lib/assets/location.svg rename to static/location.svg diff --git a/static/mail.svg b/static/mail.svg new file mode 100644 index 0000000..0b2dc37 --- /dev/null +++ b/static/mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/lib/assets/phone.svg b/static/phone.svg similarity index 100% rename from src/lib/assets/phone.svg rename to static/phone.svg