We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0444333 commit d5691cfCopy full SHA for d5691cf
layouts/partials/nav.html
@@ -58,7 +58,7 @@
58
<a class="github-button" href="https://github.com/cloudnative-pg/cloudnative-pg"
59
data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true"
60
aria-label="Star cloudnative-pg/cloudnative-pg on GitHub">Star</a>
61
- <a href="https://join.slack.com/t/cloudnativepg/shared_invite/zt-237bhehx3-htDW2kz2hKJxEhn1W4VTnw">
+ <a href="https://join.slack.com/t/cloudnativepg/shared_invite/zt-30a6l6bp3-u1lNAmh~N02Cfiv2utKTFg">
62
<img src="/icons/Slack.svg" alt="Slack" title="Join our Slack channel now!">
63
</a>
64
<a href="https://twitter.com/CloudNativePg">
@@ -78,4 +78,4 @@
78
toggleButton.addEventListener('click', () => {
79
naviList.classList.toggle('hidden');
80
})
81
-</script>
+</script>
0 commit comments