Skip to content

Commit bf62290

Browse files
committed
fix: sort SocialIcon union type constituents
1 parent 805ff0d commit bf62290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/core/models/portfolio.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export interface Testimonial {
4545
readonly image?: string;
4646
}
4747

48-
export type SocialIcon = 'telegram' | 'github' | 'linkedin';
48+
export type SocialIcon = 'github' | 'linkedin' | 'telegram';
4949

5050
export interface SocialLink {
5151
readonly label: string;

0 commit comments

Comments
 (0)