Skip to content

Commit 5408343

Browse files
committed
fix: typo
1 parent 6b67725 commit 5408343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/blog/shared/ui-social-media-icons/src/lib/social-media-icons.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class SocialMediaIconsComponent {
2828

2929
readonly iconColorClass = computed(() => {
3030
return this.variant() === 'default'
31-
? 'ext-al-primary-foreground'
31+
? 'text-al-primary-foreground'
3232
: this.variant() === 'light'
3333
? 'text-[#fff]'
3434
: 'text-[#000]';

0 commit comments

Comments
 (0)