Skip to content

Commit 5c08f8c

Browse files
committed
[logos] Update to new logos, with colors from new logo branding
1 parent 5485e45 commit 5c08f8c

File tree

5 files changed

+34
-52
lines changed

5 files changed

+34
-52
lines changed

public/favicon.svg

Lines changed: 8 additions & 20 deletions
Loading

public/schema-logo.svg

Lines changed: 8 additions & 0 deletions
Loading

src/assets/aptos-logomark-dark.svg

Lines changed: 8 additions & 15 deletions
Loading
Lines changed: 8 additions & 15 deletions
Loading

src/starlight-overrides/Head.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const lastUpdatedDate = lastUpdated ? lastUpdated.toISOString() : new Date().toI
149149
url: Astro.site?.href || "",
150150
logo: {
151151
"@type": "ImageObject",
152-
url: `${Astro.site?.href || ""}schema-logo.png`,
152+
url: `${Astro.site?.href || ""}schema-logo.svg`,
153153
},
154154
},
155155
publisher: {
@@ -158,7 +158,7 @@ const lastUpdatedDate = lastUpdated ? lastUpdated.toISOString() : new Date().toI
158158
url: Astro.site?.href || "",
159159
logo: {
160160
"@type": "ImageObject",
161-
url: `${Astro.site?.href || ""}schema-logo.png`,
161+
url: `${Astro.site?.href || ""}schema-logo.svg`,
162162
},
163163
},
164164
dateModified: lastUpdatedDate,

0 commit comments

Comments
 (0)