Added an header and other components
This commit is contained in:
@@ -45,15 +45,6 @@ export const Footer = ({ data, icon, rawData }) => {
|
||||
href="/"
|
||||
className="group mx-2 flex items-center font-bold tracking-tight text-gray-400 dark:text-gray-300 opacity-50 hover:opacity-100 transition duration-150 ease-out whitespace-nowrap"
|
||||
>
|
||||
<Icon
|
||||
parentColor={data.color}
|
||||
data={{
|
||||
name: icon.name,
|
||||
color: data.color === "primary" ? "primary" : icon.color,
|
||||
style: icon.style,
|
||||
}}
|
||||
className="inline-block h-10 w-auto group-hover:text-orange-500"
|
||||
/>
|
||||
</Link>
|
||||
<div className="flex gap-4">
|
||||
{data.social && data.social.facebook && (
|
||||
|
||||
Reference in New Issue
Block a user