fix(profile): update footer text color for better visibility
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user