fix(profile): update footer text color for better visibility

This commit is contained in:
2026-03-29 14:44:24 +02:00
parent 7801f88429
commit 0f4065baca

View File

@@ -114,7 +114,7 @@ export default async function PublicProfilePage({ params }: PublicProfilePagePro
<SocialLinksList links={profile.socialLinks} /> <SocialLinksList links={profile.socialLinks} />
<footer className="terminal-section text-xs text-muted"> <footer className="terminal-section text-xs text-[rgb(var(--color-muted)/0.72)]">
PayMe is a profile and presentation layer. It does not process payments or hold funds. PayMe is a profile and presentation layer. It does not process payments or hold funds.
</footer> </footer>
</div> </div>