mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-09-08 15:33:54 +05:00
feat: add hover effect on links
This commit is contained in:
parent
72bad7b8ea
commit
814b43498b
5 changed files with 6 additions and 6 deletions
|
@ -42,7 +42,7 @@ export const Photos = () => {
|
|||
<Section>
|
||||
<div className="flex flex-col gap-2 md:flex-row md:justify-between md:items-center">
|
||||
<h2 className="text-4xl md:text-5xl">Photos</h2>
|
||||
<div className="flex items-center gap-4">
|
||||
<div className="flex items-center gap-4 xl:gap-8">
|
||||
{links.map((item) => (
|
||||
<Link href={item.url} key={`photos.link.${item.text}`}>
|
||||
<IconWithText
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue