feat(homepage): add new sections to homepage

This commit is contained in:
Amruth Pillai
2023-11-13 17:03:41 +01:00
parent 4b1e33db80
commit d18b258761
79 changed files with 3096 additions and 313 deletions

View File

@ -81,13 +81,13 @@ const Header = () => {
</>
)}
{basics.customFields.map((item) => (
<>
<div key={item.id} className="flex items-center gap-x-1.5">
<Fragment key={item.id}>
<div className="flex items-center gap-x-1.5">
<i className={cn(`ph ph-bold ph-${item.icon}`)} />
<span>{[item.name, item.value].filter(Boolean).join(": ")}</span>
</div>
<div className="h-1 w-1 rounded-full bg-background last:hidden" />
</>
</Fragment>
))}
</div>
</div>
@ -234,6 +234,7 @@ const Profiles = () => {
label={item.username}
icon={
<img
className="ph"
width={fontSize}
height={fontSize}
alt={item.network}