Skip to content

Commit

Permalink
Add changelog for version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmsuseluda committed Jul 2, 2021
1 parent 7d49be0 commit 291b553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/HeroHeadline/HeroHeadline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
);

Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

Expand Down

0 comments on commit 291b553

Please sign in to comment.