Skip to content

Commit 35bdfa3

Browse files
committed
fix(banner): updated banner position
1 parent 7084622 commit 35bdfa3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/features/home/pages/dashboard/dashboard.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
(buttonClick)="createProject()"
1111
/>
1212

13+
<osf-scheduled-banner />
14+
1315
@if (isWorkflowLauncherEnabled()) {
1416
<osf-workflow-launcher-section />
1517
}
1618

1719
@if (existsProjects()) {
18-
<osf-scheduled-banner />
19-
2020
<div class="quick-search-container py-4 px-3 md:px-4">
2121
<p class="text-center mb-4 xl:mb-6">
2222
{{ 'home.loggedIn.dashboard.quickSearch.goTo' | translate }}

0 commit comments

Comments
 (0)