mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
chore: ⬆️ Upgrade to Tailwind v4
This commit is contained in:
parent
e363639803
commit
737969835d
24 changed files with 741 additions and 402 deletions
|
|
@ -36,7 +36,7 @@ export const TeamMember: FC<{
|
|||
|
||||
<ul className="pt-6 mt-auto flex gap-5 list-none px-6 flex-wrap">
|
||||
{socials?.map((social) => (
|
||||
<li className="!m-0" key={social.name}>
|
||||
<li className="m-0!" key={social.name}>
|
||||
<a
|
||||
href={social.url}
|
||||
target="_blank"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue