Skip to content

Commit f12038b

Browse files
authored
Merge pull request #20332 from kbhawkey/fix-duplicate-slack-text-kb
fix duplicate Slack name, header
2 parents 0832e79 + 45d3532 commit f12038b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h5 class="github-invite">{{ T "main_community_explore" }}</h5>
6060
<div class="social">
6161
<a href="https://twitter.com/kubernetesio" class="twitter"><span>{{ T "community_twitter_name" }}</span></a>
6262
<a href="https://github.com/kubernetes/kubernetes" class="github"><span>{{ T "community_github_name" }}</span></a>
63-
<a href="http://slack.k8s.io/" class="slack"><span>{{ T "community_slack_name" }} Slack</span></a>
63+
<a href="http://slack.k8s.io/" class="slack"><span>{{ T "community_slack_name" }}</span></a>
6464
<a href="https://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>{{ T "community_stack_overflow_name" }}</span></a>
6565
<a href="https://www.youtube.com/kubernetescommunity" class="youtube"><span>{{ T "community_youtube_name" }}</span></a>
6666
<a href="https://discuss.kubernetes.io" class="mailing-list"><span>{{ T "community_forum_name" }}</span></a>

0 commit comments

Comments
 (0)