There was an error while loading. Please reload this page.
1 parent 7084622 commit 35bdfa3Copy full SHA for 35bdfa3
1 file changed
src/app/features/home/pages/dashboard/dashboard.component.html
@@ -10,13 +10,13 @@
10
(buttonClick)="createProject()"
11
/>
12
13
+ <osf-scheduled-banner />
14
+
15
@if (isWorkflowLauncherEnabled()) {
16
<osf-workflow-launcher-section />
17
}
18
19
@if (existsProjects()) {
- <osf-scheduled-banner />
-
20
<div class="quick-search-container py-4 px-3 md:px-4">
21
<p class="text-center mb-4 xl:mb-6">
22
{{ 'home.loggedIn.dashboard.quickSearch.goTo' | translate }}
0 commit comments