mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 04:19:22 +00:00
fix/ui ux (#3)
* feat: hero section revamp * fix: lines and border issue * fix: changelog ux * fix: better * fix: ui revamp * fix: font --------- Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7180fca3a1
commit
854b7f342e
@@ -22,7 +22,7 @@ export const TechStackDisplay = ({
|
||||
className?: string;
|
||||
}) => {
|
||||
return (
|
||||
<div className={cn("flex gap-7 flex-wrap mt-3 items-center max-w-4xl", className)}>
|
||||
<div className={cn("flex gap-7 flex-wrap mt-3 justify-center items-center max-w-4xl", className)}>
|
||||
{skills.map((icon) => {
|
||||
return (
|
||||
<TooltipProvider key={icon} >
|
||||
|
||||
Reference in New Issue
Block a user