We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a12111c + 383181d commit 47b2126Copy full SHA for 47b2126
1 file changed
app/(routes)/guide/data/category-data.ts
@@ -9,7 +9,7 @@ export interface Article {
9
tags: string[];
10
image: string;
11
}
12
-const imagePath = '/images/quiz/favicon.svg';
+const imagePath = '/images/quiz/Star_Pro_Quiz.svg';
13
14
export const articles: Record<ArticleCategory, Article[]> = {
15
'투자 기초': [
0 commit comments