PHP 8.2.30
Preview: ContactInfoWidget.jsx Size: 882 B
/proc/thread-self/root/home/byroehnu/easetack.com/resources/js/Frontend/Components/Widget/ContactInfoWidget.jsx

import React from "react"
import { Icon } from "@iconify/react"
import { useSelector } from "react-redux"

export default function ContactInfoWidget() {
    const contact = useSelector((state) => state.customize.contact)
    return (
        <>
            {contact.contact_address && (
                <p
                    dangerouslySetInnerHTML={{
                        __html: contact.contact_address
                    }}
                />
            )}
            {contact.contact_phone_number && (
                <h3>
                    <a href={`tel:${contact.contact_phone_number}`}>{contact.contact_phone_number}</a>
                </h3>
            )}
            {contact.contact_email && (
                <p>
                    <a href={`mailto:${contact.contact_email}`}>{contact.contact_email}</a>
                </p>
            )}
        </>
    )
}

Directory Contents

Dirs: 0 × Files: 9

Name Size Perms Modified Actions
882 B lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
586 B lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
515 B lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
3.07 KB lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
1.38 KB lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
1011 B lrw-rw-rw- 2025-04-25 15:40:05
Edit Download
835 B lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
560 B lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
747 B lrw-rw-rw- 2025-04-08 04:12:57
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).