Skip to content

Commit

Permalink
fix: missing main landmark on catalog (fixes #115)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed May 15, 2024
1 parent 8a91024 commit a4ed761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/website/src/app/catalog/catalog.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { BehaviorSubject, concat, debounceTime, distinctUntilChanged, map, Obser
<div class="full-viewport">
<app-header logo="images/moaw-logo-full.png" logoUrl="" [links]="links"></app-header>
<div class="content bg-light">
<div class="scrollable">
<main class="scrollable">
<section class="hero">
<div class="container no-sidebar">
<!-- <h1>All Workshops</h1> -->
Expand Down Expand Up @@ -61,7 +61,7 @@ import { BehaviorSubject, concat, debounceTime, distinctUntilChanged, map, Obser
</app-loader>
<div class="fill"></div>
<app-footer type="big"></app-footer>
</div>
</main>
</div>
</div>
`,
Expand Down

0 comments on commit a4ed761

Please sign in to comment.