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
|
@ -6,7 +6,7 @@ type IconWithTextProps = {
|
|||
|
||||
export const IconWithText = ({ icon, text, desc }: IconWithTextProps) => {
|
||||
return (
|
||||
<div className="flex items-center gap-1">
|
||||
<div className="flex items-center gap-1 hover:text-[#c8e8fe] transition-colors">
|
||||
{/* eslint-disable-next-line @next/next/no-img-element */}
|
||||
<img src={icon} alt={""} />
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue