Add changelog for version 3.0.0
This commit is contained in:
@@ -7,8 +7,7 @@ interface Props {
|
||||
|
||||
const HeroHeadline: React.FC<Props> = ({ children, alt }) => (
|
||||
<div className="hero-headline">
|
||||
{children}
|
||||
<span className="hero-headline__alt">{alt}</span>
|
||||
{children} <span className="hero-headline__alt">{alt}</span>
|
||||
</div>
|
||||
);
|
||||
|
||||
|
||||
@@ -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",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user