reformat
This commit is contained in:
parent
aba404c336
commit
8a928f4c65
1 changed files with 7 additions and 6 deletions
|
@ -3,15 +3,16 @@ import ButtonLink from "./ButtonLink.astro"
|
||||||
---
|
---
|
||||||
|
|
||||||
<ButtonLink href={"mai" + "lto:" + "contact@henr" + "yhiles." + "com"}>
|
<ButtonLink href={"mai" + "lto:" + "contact@henr" + "yhiles." + "com"}>
|
||||||
<mdui-icon
|
<mdui-icon>
|
||||||
><svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
viewBox="0 -960 960 960"
|
viewBox="0 -960 960 960"
|
||||||
fill="#e3e3e3"
|
fill="#e3e3e3"
|
||||||
><path
|
>
|
||||||
|
<path
|
||||||
d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z"
|
d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z"
|
||||||
></path></svg
|
></path>
|
||||||
></mdui-icon
|
</svg>
|
||||||
>
|
</mdui-icon>
|
||||||
Email me for a quote
|
Email me for a quote
|
||||||
</ButtonLink>
|
</ButtonLink>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue