Skip to content

Commit

Permalink
fix: update skip nav destination
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinAoki committed Nov 12, 2024
1 parent 0effb32 commit 79a3bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tab-page/LoadedTabPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const LoadedTabPage = ({
streakDiscountCouponEnabled={streakDiscountCouponEnabled}
verifiedMode={verifiedMode}
/>
<main id="main-content" className="d-flex flex-column flex-grow-1">
<main className="d-flex flex-column flex-grow-1">
<AlertList
topic="outline"
className="mx-5 mt-3"
Expand All @@ -79,7 +79,7 @@ const LoadedTabPage = ({
}}
/>
<CourseTabsNavigation tabs={tabs} className="mb-3" activeTabSlug={activeTabSlug} />
<div className="container-xl">
<div id="main-content" className="container-xl">
{children}
</div>
</main>
Expand Down

0 comments on commit 79a3bf4

Please sign in to comment.