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 }}
|
animate={{ opacity: 1 }}
|
||||||
transition={{ delay: 0.4 }}
|
transition={{ delay: 0.4 }}
|
||||||
>
|
>
|
||||||
Bagikan ide fitur atau layanan yang ingin Anda lihat di komunitas. Ide
|
Bagikan ide fitur yang kamu inginkan dan vote untuk membuatnya nyata!
|
||||||
terbaik dengan vote tertinggi akan kami prioritaskan!
|
|
||||||
</motion.p>
|
</motion.p>
|
||||||
<RequestFeaturePopup />
|
<RequestFeaturePopup />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import ProjectsVote from './_components/projects-vote';
|
|||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
return (
|
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 />
|
<FeatureRequestCTA />
|
||||||
<ProjectsVote />
|
<ProjectsVote />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user