Skip to content

Commit 7bd6de6

Browse files
Update icons
1 parent d1851e9 commit 7bd6de6

5 files changed

Lines changed: 24 additions & 9 deletions

File tree

media/icons/fastapi-walkthrough.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

media/icons/fastapi.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

media/icons/logo-teal.svg

Lines changed: 17 additions & 0 deletions
Loading

media/icons/logo-white.svg

Lines changed: 4 additions & 0 deletions
Loading

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
{
115115
"id": "fastapi",
116116
"title": "FastAPI",
117-
"icon": "media/icons/fastapi.svg"
117+
"icon": "media/icons/logo-white.svg"
118118
}
119119
]
120120
},
@@ -123,7 +123,7 @@
123123
{
124124
"id": "endpoint-explorer",
125125
"name": "Endpoint Explorer",
126-
"icon": "media/icons/fastapi.svg"
126+
"icon": "media/icons/logo-white.svg"
127127
}
128128
]
129129
},
@@ -138,7 +138,7 @@
138138
"id": "fastapi-getting-started",
139139
"title": "Get Started with FastAPI",
140140
"description": "Learn how to use the FastAPI extension to boost your productivity",
141-
"icon": "media/icons/fastapi-walkthrough.svg",
141+
"icon": "media/icons/logo-teal.svg",
142142
"steps": [
143143
{
144144
"id": "view-endpoints",

0 commit comments

Comments
 (0)