Skip to content

Commit 47b2126

Browse files
authored
Merge pull request #214 from TEAM-ISAID/fix/#211-realtime-qa
fix: 파비콘 적용 에러 (#211)
2 parents a12111c + 383181d commit 47b2126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/(routes)/guide/data/category-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface Article {
99
tags: string[];
1010
image: string;
1111
}
12-
const imagePath = '/images/quiz/favicon.svg';
12+
const imagePath = '/images/quiz/Star_Pro_Quiz.svg';
1313

1414
export const articles: Record<ArticleCategory, Article[]> = {
1515
'투자 기초': [

0 commit comments

Comments
 (0)