@sikka/hawa
Version:
Modern UI Kit made with Tailwind
11 lines (10 loc) • 733 B
JavaScript
"use client";
// layout/copyrights/Copyrights.tsx
import React from "react";
var Copyrights = (props) => {
return /* @__PURE__ */ React.createElement("div", { className: "hawa-my-2 hawa-flex hawa-flex-col hawa-items-center hawa-justify-center hawa-gap-1 hawa-text-xs hawa-text-gray-400" }, props.withLogo ? /* @__PURE__ */ React.createElement("a", { href: props.onLogoClicked }, /* @__PURE__ */ React.createElement("div", { className: "hawa-cursor-pointer" }, /* @__PURE__ */ React.createElement("image", { href: props.logoURL, width: 100, height: 50 }))) : null, /* @__PURE__ */ React.createElement("div", null, props.version), props.credits ? props.credits : null);
};
export {
Copyrights
};
//# sourceMappingURL=index.mjs.map