Skip to content

Commit

Permalink
fix Logo.AppDev width
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Aug 23, 2024
1 parent 15b631e commit 58db3ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/pages/Welcome/LearningDirectionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const data: Array<LDirection> = [
name: "APP开发",
key: "AppDev",
logo: Logo.AppDev,
width: 150
width: 200
}, {
name: "UI设计",
key: "UI",
Expand All @@ -91,8 +91,8 @@ const data: Array<LDirection> = [
width: 150,
}, {
name: "小程序",
key: "Applet",
logo: Logo.Applet,
key: "MiniProgram",
logo: Logo.MiniProgram,
width: 140,
}, {
name: "视频剪辑",
Expand Down
2 changes: 1 addition & 1 deletion src/static/cos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Logo = {
UI: `${BaseUrl}/images/learning-direction/ui.png`,
Embedded: `${BaseUrl}/images/learning-direction/embedded.svg`,
DeepLearning: `${BaseUrl}/images/learning-direction/python.png`,
Applet: `${BaseUrl}/images/learning-direction/wechat.png`,
MiniProgram: `${BaseUrl}/images/learning-direction/mini-program.png`,
Video: `${BaseUrl}/images/learning-direction/bilibili.png`,
} as const;

Expand Down

0 comments on commit 58db3ca

Please sign in to comment.