mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-24 01:08:36 +02: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(" ")
|
const words = props.children.split(" ")
|
||||||
|
|
||||||
return (
|
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) => {
|
{words.map((word, index) => {
|
||||||
return (
|
return (
|
||||||
<motion.div
|
<motion.div
|
||||||
|
|||||||
Reference in New Issue
Block a user