fix: update FeatureRequestCTA text for clarity and adjust page layout margins
This commit is contained in:
@@ -26,8 +26,7 @@ export function FeatureRequestCTA() {
|
||||
animate={{ opacity: 1 }}
|
||||
transition={{ delay: 0.4 }}
|
||||
>
|
||||
Bagikan ide fitur atau layanan yang ingin Anda lihat di komunitas. Ide
|
||||
terbaik dengan vote tertinggi akan kami prioritaskan!
|
||||
Bagikan ide fitur yang kamu inginkan dan vote untuk membuatnya nyata!
|
||||
</motion.p>
|
||||
<RequestFeaturePopup />
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,7 @@ import ProjectsVote from './_components/projects-vote';
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div className="pt-4 md:pt-6 pb-56 bg-gray-50 min-h-screen">
|
||||
<div className="pt-4 md:pt-6 pb-56 bg-gray-50 min-h-screen mx-4 lg:mx-0">
|
||||
<FeatureRequestCTA />
|
||||
<ProjectsVote />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user