rework of the e2e test suites

This commit is contained in:
Codex Agent
2025-11-19 22:23:33 +01:00
parent 8d2075bdd2
commit 0127114e59
32 changed files with 1593 additions and 124 deletions

View File

@@ -181,7 +181,7 @@ const MarketingLayout: React.FC<MarketingLayoutProps> = ({ children, title }) =>
{navLinks.map((item) => (
item.children ? (
<div key={item.key} className="relative group">
<span className="inline-flex cursor-default items-center gap-1 text-sm font-semibold text-gray-700 transition-colors group-hover:text-pink-600 font-sans-marketing">
<span className="inline-flex cursor-default items-center gap-1 text-md font-md text-gray-700 transition-colors group-hover:text-pink-600 font-sans-marketing">
{item.label}
<svg
className="h-4 w-4 text-gray-400 transition group-hover:text-pink-500"
@@ -210,7 +210,7 @@ const MarketingLayout: React.FC<MarketingLayoutProps> = ({ children, title }) =>
<Link
key={item.key}
href={item.href}
className="text-sm font-semibold text-gray-700 transition hover:text-pink-600 font-sans-marketing"
className="text-md font-md text-gray-700 transition hover:text-pink-600 font-sans-marketing"
onClick={() => setMobileMenuOpen(false)}
>
{item.label}