mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-09-07 15:03:54 +05:00
feat: add images for character section
This commit is contained in:
parent
e63a3126ae
commit
72bad7b8ea
13 changed files with 45 additions and 17 deletions
|
@ -51,7 +51,7 @@ export const Projects = () => {
|
|||
return (
|
||||
<Section>
|
||||
<h2 className="text-4xl md:text-5xl">Projects</h2>
|
||||
<div className="grid grid-cols-1 gap-2 md:grid-cols-2">
|
||||
<div className="grid grid-cols-1 gap-2 md:grid-cols-2 xl:grid-cols-3">
|
||||
{links.map((item) => (
|
||||
<Link href={item.url} key={`socials.link.${item.text}`}>
|
||||
<IconWithText icon={item.icon} text={item.text} desc={item.desc} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue