We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805ff0d commit bf62290Copy full SHA for bf62290
1 file changed
src/app/core/models/portfolio.interface.ts
@@ -45,7 +45,7 @@ export interface Testimonial {
45
readonly image?: string;
46
}
47
48
-export type SocialIcon = 'telegram' | 'github' | 'linkedin';
+export type SocialIcon = 'github' | 'linkedin' | 'telegram';
49
50
export interface SocialLink {
51
readonly label: string;
0 commit comments