We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21098fd + 4e2da4a commit 9f9d384Copy full SHA for 9f9d384
3 files changed
content/pages/coc.md
src/components/FooterSection.astro
@@ -27,7 +27,6 @@ const year = new Date().getFullYear();
27
<li><a href="#admins">Admins</a></li>
28
<li><a href="#partners">Partners</a></li>
29
<li><a href="#donate">Support Us</a></li>
30
- <li><a href="/coc/">Code of Conduct</a></li>
31
</ul>
32
</nav>
33
@@ -49,7 +48,6 @@ const year = new Date().getFullYear();
49
48
<div class="footer-bottom">
50
<div class="container footer-bottom-inner">
51
<span>© {year} DevCongress. Built by the community, for the community.</span>
52
- <a href="/coc/">Code of Conduct</a>
53
</div>
54
55
</footer>
src/pages/coc.astro
0 commit comments