fix: update section ID from 'komunitas' to 'community' for consistency
This commit is contained in:
@@ -86,7 +86,7 @@ export function Communities() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section id="komunitas" className="w-full py-20 md:py-28 bg-gray-50">
|
<section id="community" className="w-full py-20 md:py-28">
|
||||||
<div className="container" ref={ref}>
|
<div className="container" ref={ref}>
|
||||||
<div className="flex flex-col items-center justify-center space-y-4 text-center mb-16">
|
<div className="flex flex-col items-center justify-center space-y-4 text-center mb-16">
|
||||||
<motion.div
|
<motion.div
|
||||||
|
|||||||
Reference in New Issue
Block a user