Skip to content

Commit

Permalink
removing list temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
sbddesign committed Aug 1, 2023
1 parent c07ae3f commit f54a27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/[contentType]/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ const page = async ({ params }: PageProps) => {
</header>
{params.contentType === 'events' ? (
<nav>
<ul className="list-disc font-sans">
{/* <ul className="list-disc font-sans">
<li>Content Outline</li>
</ul>
</ul> */}
</nav>
) : (
``
Expand Down

0 comments on commit f54a27f

Please sign in to comment.