We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5af0b0 + 28eb52f commit 66789d1Copy full SHA for 66789d1
1 file changed
docs/website/core/Footer.js
@@ -50,9 +50,6 @@ class Footer extends React.Component {
50
</div>
51
<div>
52
<h5>Community</h5>
53
- <a href={this.pageUrl('users.html', this.props.language)}>
54
- User Showcase
55
- </a>
56
<a
57
href="http://stackoverflow.com/questions/tagged/devspace"
58
target="_blank"
@@ -68,7 +65,6 @@ class Footer extends React.Component {
68
65
69
66
70
67
<h5>More</h5>
71
- <a href={this.props.config.baseUrl + 'blog'}>Blog</a>
72
<a href="https://github.com/covexo/devspace">GitHub</a>
73
74
className="github-button"
0 commit comments