Skip to content

Commit

Permalink
Merge branch 'main' into arm64-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks authored Oct 17, 2023
2 parents 0e43a11 + 57b4a06 commit 4ef87e5
Show file tree
Hide file tree
Showing 6 changed files with 334 additions and 418 deletions.
2 changes: 1 addition & 1 deletion samples/ingress/frontend/components/TodoFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class TodoFooter extends React.Component {
return (
<div className="filters">
<div className="todo-count">{this.props.todoCount} {activeTodoWord} left</div>
<div className="stats-link"><Link prefetch href="/stats"><a>stats</a></Link></div>
<div className="stats-link"><Link prefetch href="/stats" legacyBehavior><a>stats</a></Link></div>
<style jsx>{`
.filters {
color: #777;
Expand Down
Loading

0 comments on commit 4ef87e5

Please sign in to comment.