Skip to content

Commit

Permalink
fix (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunnaye authored Oct 24, 2023
1 parent abcbcb9 commit 54f50f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home-page/home-logged-out/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ <h3>Featured Content</h3>
<div fxLayout="row" fxLayout.lt-md="column" class="container mt-5" fxLayoutGap="2rem">
<div fxLayout="column" fxLayoutAlign="start stretch" fxFlex="33" fxFlex.lt-md="100" id="news" class="p-3">
<h3>News & Updates</h3>
<app-news-and-updates></app-news-and-updates>
</div>
<app-news-and-updates></app-news-and-updates>
<div fxLayout="column" fxLayoutAlign="start stretch" fxFlex="33" fxFlex.lt-md="100" id="resources" class="p-3">
<h3>Helpful Resources</h3>
<div>
Expand Down

0 comments on commit 54f50f6

Please sign in to comment.