Skip to content

Commit 9d6a8c8

Browse files
Fix CTA button color
The CTA button in the footer was black, which did not align with the project's flat design. This commit changes the CTA button color to white to match the rest of the project.
1 parent f788c97 commit 9d6a8c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/PublicDashboardFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const PublicDashboardFooter = () => {
3030
href="/"
3131
target="_blank"
3232
rel="noopener noreferrer"
33-
className="inline-flex items-center gap-2 px-4 py-2 bg-slate-900 text-white text-sm font-medium rounded-xl hover:bg-slate-800 transition-colors"
33+
className="inline-flex items-center gap-2 px-4 py-2 bg-blue-600 text-white text-sm font-medium rounded-xl hover:bg-blue-700 transition-colors"
3434
>
3535
<span>{t('publicDashboard.footer.createCampaign')}</span>
3636
<ExternalLink className="h-3 w-3" />

0 commit comments

Comments
 (0)