diff --git a/src/components/HeroHeadline/HeroHeadline.tsx b/src/components/HeroHeadline/HeroHeadline.tsx index 17175398..2e7268db 100644 --- a/src/components/HeroHeadline/HeroHeadline.tsx +++ b/src/components/HeroHeadline/HeroHeadline.tsx @@ -7,8 +7,7 @@ interface Props { const HeroHeadline: React.FC = ({ children, alt }) => (
- {children} - {alt} + {children} {alt}
); diff --git a/src/config.ts b/src/config.ts index 95a3a003..ffd459df 100644 --- a/src/config.ts +++ b/src/config.ts @@ -23,7 +23,7 @@ export const showEmptyRings = false; const messages: { [k: string]: string } = { "languages-and-frameworks": "Languages & Frameworks", "methods-and-patterns": "Methods & Patterns", - "platforms-and-aoe-services": "Platforms and Operations", + "platforms-and-aoe-services": "Platforms & Operations", tools: "Tools", };