Skip to content

Commit

Permalink
feat icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Rosales Martínez authored and Antonio Rosales Martínez committed Mar 14, 2023
1 parent 12a6880 commit afd0e4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file added public/images/bb8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ const config: DocsThemeConfig = {
titleTemplate: "Star Wars Database - %s ",
};
},
project: {
link: "https://github.com/lethamburn/starwars-databank-docs",
icon: <img src="images/bb8.png" alt="BB8 icon" width="35" />,
},
logo: (
<>
<img
Expand All @@ -20,9 +24,6 @@ const config: DocsThemeConfig = {
</span>
</>
),
project: {
link: "https://github.com/lethamburn/starwars-databank-v2",
},
primaryHue: 39,
banner: {
key: "2.0-release",
Expand Down

1 comment on commit afd0e4c

@vercel
Copy link

@vercel vercel bot commented on afd0e4c Mar 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.