fix: clean up code formatting and improve hover effect styling

This commit is contained in:
David Haz
2025-07-25 17:29:20 +03:00
parent 6b73cc4df9
commit ef84a39c64
6 changed files with 59 additions and 66 deletions

View File

@@ -23,4 +23,4 @@ export const variableProximity = createCodeObject(code, 'TextAnimations/Variable
const containerRef = ref<HTMLElement | null>(null);
</script>`
});
});