Skip to content

Commit

Permalink
Merge branch 'arm64-changes' of github.com:hsubramanianaks/Bridge-To-…
Browse files Browse the repository at this point in the history
…Kubernetes into arm64-changes
  • Loading branch information
hsubramanianaks committed Oct 18, 2023
2 parents 0c09970 + 4ef87e5 commit 36f101b
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 36f101b

Please sign in to comment.