mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
fix: front page font
This commit is contained in:
@@ -5,7 +5,7 @@ export default function TextBlurTransition(props: { children: string; className?
|
||||
const words = props.children.split(" ")
|
||||
|
||||
return (
|
||||
<motion.div className={cn("flex w-full flex-wrap justify-center gap-3 transition-all", props.className)}>
|
||||
<motion.div className={cn("flex w-full justify-center gap-3 transition-all", props.className)}>
|
||||
{words.map((word, index) => {
|
||||
return (
|
||||
<motion.div
|
||||
|
||||
Reference in New Issue
Block a user