Skip to content

Commit d58e5c8

Browse files
committed
Fix URL to about page
1 parent f7f5c4a commit d58e5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ul
88
data-menu-list
99
class="flex-col hidden gap-6 px-4 py-2 mt-2 border-l-4 border-ice-cream-purple lg:absolute lg:top-full lg:border-4 lg:bg-white lg:left-1/2 lg:translate-x-[-50%] lg:w-[24ch] lg:p-6 rounded font-medium">
10-
<li><a href="/" role="menuitem">About DjangoCon US</a></li>
10+
<li><a href="/about/" role="menuitem">About DjangoCon US</a></li>
1111
<li><a href="/tickets/" role="menuitem">Tickets</a></li>
1212
<li><a href="/faq/" role="menuitem">FAQ</a></li>
1313
<li><a href="/conduct/" role="menuitem">Code of Conduct</a></li>

0 commit comments

Comments
 (0)