Compare commits
3 Commits
version_6_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e970b6ffc5 | |||
|
|
55a9520e02 | ||
| d156607e01 |
@@ -51,19 +51,19 @@ const ProfileCard = ({ item }: { item: TeamItem }) => {
|
||||
<div className="absolute top-4 left-1/2 -translate-x-1/2 xl:top-6 2xl:top-8 z-20 flex gap-2">
|
||||
<a
|
||||
href="#"
|
||||
className="px-3 py-1 text-sm primary-button text-primary-cta-text rounded cursor-pointer"
|
||||
className="px-3 py-1 text-sm bg-white/20 backdrop-blur-md text-white border border-white/30 rounded cursor-pointer hover:bg-white/30 transition-colors"
|
||||
>
|
||||
LinkedIn
|
||||
</a>
|
||||
<a
|
||||
href="#"
|
||||
className="px-3 py-1 text-sm primary-button text-primary-cta-text rounded cursor-pointer"
|
||||
className="px-3 py-1 text-sm bg-white/20 backdrop-blur-md text-white border border-white/30 rounded cursor-pointer hover:bg-white/30 transition-colors"
|
||||
>
|
||||
Instagram
|
||||
</a>
|
||||
<a
|
||||
href="#"
|
||||
className="px-3 py-1 text-sm primary-button text-primary-cta-text rounded cursor-pointer"
|
||||
className="px-3 py-1 text-sm bg-white/20 backdrop-blur-md text-white border border-white/30 rounded cursor-pointer hover:bg-white/30 transition-colors"
|
||||
>
|
||||
X
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user