improve text placement in buttons and text inputs on non-apple devices
This commit is contained in:
@@ -59,7 +59,7 @@ export const PageSectionNavigationBlock = ({
|
||||
return (
|
||||
<li key={anchor}>
|
||||
<a href={`#${anchor}`} className="button">
|
||||
{section.title}
|
||||
<span>{section.title}</span>
|
||||
</a>
|
||||
</li>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user