mirror of
https://github.com/dergigi/boris.git
synced 2026-01-17 05:44:24 +01:00
feat: highlight 'Connect your npub' in login text
- Add highlight styling to 'Connect your npub' text in login screen - Now both 'Connect your npub' and 'your own highlights' are highlighted - Uses same login-highlight class for consistent styling - Improves visual emphasis on key action phrases
This commit is contained in:
@@ -124,7 +124,7 @@ const LoginOptions: React.FC = () => {
|
||||
<div className="login-content">
|
||||
<h2 className="login-title">Hi! I'm Boris.</h2>
|
||||
<p className="login-description">
|
||||
Connect your npub to see your bookmarks, explore long-form articles, and create <mark className="login-highlight">your own highlights</mark>.
|
||||
<mark className="login-highlight">Connect your npub</mark> to see your bookmarks, explore long-form articles, and create <mark className="login-highlight">your own highlights</mark>.
|
||||
</p>
|
||||
|
||||
<div className="login-buttons">
|
||||
|
||||
Reference in New Issue
Block a user