do the same for social link (forgot to uncomment and fix)

This commit is contained in:
Triston Armstrong 2023-12-29 17:22:20 -06:00
parent dfac676f38
commit 416544c384
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
import { SocialLink } from "./SocialLink"
export function SocialLinksList() {
return (
<ul className="flex gap-2 list-none m-0 p-0 py-4">

View File

@ -21,7 +21,7 @@ export default function Landing({ jobs, skills, projects }) {
<section className="grid grid-rows-3 col-start-1 col-span-6 sticky top-72 row-span-1" >
<div className="row-span-1 p-2 bg-slate-500 bg-opacity-10 rounded-xl ">
{/* <SocialLinksList /> */}
<SocialLinksList />
</div>
</section>
</aside>