File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
angular-hub/src/app/components/navigation Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
< header class ="flex items-center p-4 ">
2
2
< p-button
3
- class ="flex-1 sm:flex- none lg:hidden "
3
+ class ="flex-none lg:hidden "
4
4
(click) ="sidebarVisible = true "
5
5
[text] ="true "
6
6
icon ="pi pi-bars "
7
7
/>
8
8
< a
9
- class ="hidden sm:flex lg:flex-none flex-1 items-center px-2 mx-2 gap-2 sm:mr-16 "
10
- [ngClass] ="{ flex: !isInstallButtonVisible() } "
9
+ class ="lg:flex-none flex flex-1 items-center px-2 gap-2 sm:mr-16 "
11
10
routerLink ="/ "
12
11
>
13
12
< img class ="h-8 " src ="/assets/images/logo.webp " alt ="" />
14
- < span class ="title text-2xl "> ANGULAR HUB</ span >
13
+ < span class ="title text-xl sm:text- 2xl "> ANGULAR HUB</ span >
15
14
</ a >
16
15
< div class ="flex-1 hidden lg:block ">
17
16
< ul class ="flex gap-1 ">
49
48
(click) ="installPwa() "
50
49
label ="Install "
51
50
[outlined] ="true "
51
+ size ="small "
52
52
/>
53
53
}
54
54
< a
55
- class ="p-button p-button-outlined mr-2 sm:mr-4 hidden sm :block "
55
+ class ="p-button p-button-outlined p-button-sm mr-2 sm:mr-4 hidden lg :block "
56
56
href ="https://github.com/angular-sanctuary/angular-hub "
57
57
target ="_blank "
58
58
aria-label ="Link to GitHub repository "
You can’t perform that action at this time.
0 commit comments