Skip to content

Commit

Permalink
rename Android to AppDev
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Aug 23, 2024
1 parent 3d14574 commit 15b631e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/Welcome/LearningDirectionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const data: Array<LDirection> = [
style: { marginTop: "2em" }
}, {
name: "APP开发",
key: "Android",
logo: Logo.Android,
key: "AppDev",
logo: Logo.AppDev,
width: 150
}, {
name: "UI设计",
Expand Down
2 changes: 1 addition & 1 deletion src/static/cos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Logo = {
Kexie: `${BaseUrl}/images/logo.png`,
Web: `${BaseUrl}/images/learning-direction/react.png`,
Game: `${BaseUrl}/images/learning-direction/unity.png`,
Android: `${BaseUrl}/images/learning-direction/android.png`,
AppDev: `${BaseUrl}/images/learning-direction/appdevlogo.png`,
UI: `${BaseUrl}/images/learning-direction/ui.png`,
Embedded: `${BaseUrl}/images/learning-direction/embedded.svg`,
DeepLearning: `${BaseUrl}/images/learning-direction/python.png`,
Expand Down

0 comments on commit 15b631e

Please sign in to comment.