File tree Expand file tree Collapse file tree
src/app/features/home/pages/dashboard Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 < osf-sub-header
77 [showButton] ="true "
88 [title] ="'home.loggedIn.dashboard.title' | translate "
9- [icon] ="'home' "
9+ [icon] ="'fas fa- home' "
1010 [buttonLabel] ="'home.loggedIn.dashboard.createProject' | translate "
1111 (buttonClick) ="createProject() "
1212 />
1313 < div >
1414 < div class ="quick-search-container py-4 px-3 md:px-4 ">
1515 < p class ="text-center mb-4 xl:mb-6 ">
1616 {{ 'home.loggedIn.dashboard.quickSearch.goTo' | translate }}
17- < a routerLink ="/my-projects ">
17+ < a class =" font-bold " routerLink ="/my-projects ">
1818 {{ 'home.loggedIn.dashboard.quickSearch.myProjects' | translate }}
1919 </ a >
2020 {{ 'home.loggedIn.dashboard.quickSearch.toOrganize' | translate }}
21- < a routerLink ="/search ">
21+ < a class =" font-bold " routerLink ="/search ">
2222 {{ 'home.loggedIn.dashboard.quickSearch.search' | translate }}
2323 </ a >
2424 {{ 'home.loggedIn.dashboard.quickSearch.osf' | translate }}
@@ -103,7 +103,7 @@ <h1>{{ 'home.loggedIn.hosting.title' | translate }}</h1>
103103 </ div >
104104 </ div >
105105 }
106- < div class ="flex flex-column align-items-left w-full mt-4 ml-4 mb -4 ">
106+ < div class ="flex flex-column align-items-left p -4 ">
107107 < a
108108 href ="https://www.cos.io/products/osf-collections "
109109 target ="_blank "
You can’t perform that action at this time.
0 commit comments