Skip to content

Commit 08037f6

Browse files
committed
chore: clean-up
1 parent d274cfe commit 08037f6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

libs/blog/articles/feature-latest-articles/src/lib/feature-latest-articles/feature-latest-articles.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</section>
3838

3939
<div class="flex justify-center gap-3">
40-
<button al-button role="link" [routerLink]="selected().link">
40+
<button al-button role="link" [routerLink]="selected().link" size="small">
4141
{{ t('categories.showAll', { category: t(selected().translationPath) }) }}
4242
</button>
4343
</div>

libs/blog/authors/ui-author-card/src/lib/author-card/author-card-template.component.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ import { Component } from '@angular/core';
33
import {
44
CardComponent,
55
CardContentDirective,
6-
GradientCardDirective,
76
} from '@angular-love/blog/shared/ui-card';
87

98
@Component({
109
selector: 'al-author-card-template',
1110
standalone: true,
12-
imports: [CardComponent, CardContentDirective, GradientCardDirective],
11+
imports: [CardComponent, CardContentDirective],
1312
host: {
1413
class: 'block @container',
1514
},
@@ -20,11 +19,9 @@ import {
2019
class="@3xl:flex-row @3xl:border-none flex w-full flex-col items-center rounded-lg border"
2120
>
2221
<div
23-
alGradientCard
2422
class="@3xl:border dark:@3xl:!bg-al-radial-gradient dark:@3xl:bg-al-background light:@3xl:bg-[#f2f2f2] @3xl:min-w-[260px] min-w-fit rounded-lg pb-4 pt-6"
2523
>
2624
<div
27-
alCardContent
2825
class="@3xl:max-w-[360px] flex w-full flex-col items-center gap-4"
2926
>
3027
<ng-content select="[author-info-card]"></ng-content>

0 commit comments

Comments
 (0)