File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
src/app/components/for-you-page Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,15 @@ <h1 class="text-center mt-2 text-2xl font-bold">Für dich vorgeschlagene Aktivit
7
7
< app-activity-card [activity] ="activity "> </ app-activity-card >
8
8
}
9
9
</ div >
10
- < div class ="flex flex-col justify-center items-center mt-2 mb-2 ">
11
- < button type ="button " class ="btn btn-margin " (click) ="doReshuffle() ">
12
- < i class ="bi bi-shuffle "> </ i >
10
+ < div class ="flex flex-row justify-center items-center mt-2 mb-2 ">
11
+ < button type ="button " class ="btn btn-margin flex flex-row " routerLink ="/search-result ">
12
+ < i class ="bi bi-search mr-2 "> </ i >
13
+ Alle anzeigen
14
+ </ button >
15
+ < button type ="button " class ="btn btn-margin flex flex-row " (click) ="doReshuffle() ">
16
+ < i class ="bi bi-shuffle mr-2 "> </ i >
13
17
Neue Vorschläge
14
18
</ button >
15
- < button type ="button " class ="btn btn-margin " routerLink ="/search-result "> Alle anzeigen</ button >
16
19
</ div >
17
20
} @else {
18
21
< div class ="d-flex justify-content-center align-items-center " style ="height: 80vh; ">
You can’t perform that action at this time.
0 commit comments