Skip to content

Commit

Permalink
feat: change logo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Jul 31, 2024
1 parent 7760ec5 commit 59c5802
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 21 deletions.
7 changes: 2 additions & 5 deletions apps/www/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ export default defineConfig({
expressiveCode: {
themes: [theme],
},
logo: {
dark: "./src/assets/logo-dark.svg",
light: "./src/assets/logo-light.svg",
},
favicon: "./src/assets/logo-dark.svg",
logo: { src: "./src/assets/logo.svg" },
favicon: "/favicon.ico",
social: {
github: siteConfig.links.github,
"x.com": siteConfig.links.twitter,
Expand Down
Binary file added apps/www/public/favicon.ico
Binary file not shown.
8 changes: 0 additions & 8 deletions apps/www/src/assets/logo-dark.svg

This file was deleted.

8 changes: 0 additions & 8 deletions apps/www/src/assets/logo-light.svg

This file was deleted.

28 changes: 28 additions & 0 deletions apps/www/src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 59c5802

Please sign in to comment.