diff --git a/README.md b/README.md index 3962215..438a970 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
diff --git a/docs/assets/images/streetmerchant-banner.png b/docs/assets/images/streetmerchant-banner.png new file mode 100755 index 0000000..fe5348a Binary files /dev/null and b/docs/assets/images/streetmerchant-banner.png differ diff --git a/docs/assets/images/streetmerchant-github.png b/docs/assets/images/streetmerchant-github.png new file mode 100755 index 0000000..8d3f646 Binary files /dev/null and b/docs/assets/images/streetmerchant-github.png differ diff --git a/docs/assets/images/streetmerchant-logo.png b/docs/assets/images/streetmerchant-logo.png new file mode 100755 index 0000000..139b284 Binary files /dev/null and b/docs/assets/images/streetmerchant-logo.png differ diff --git a/docs/assets/images/streetmerchant-square.png b/docs/assets/images/streetmerchant-square.png deleted file mode 100644 index 09b32bc..0000000 Binary files a/docs/assets/images/streetmerchant-square.png and /dev/null differ diff --git a/docs/assets/images/streetmerchant.png b/docs/assets/images/streetmerchant.png deleted file mode 100644 index 6112857..0000000 Binary files a/docs/assets/images/streetmerchant.png and /dev/null differ diff --git a/docs/assets/images/terminal.gif b/docs/assets/images/terminal.gif deleted file mode 100644 index 344716a..0000000 Binary files a/docs/assets/images/terminal.gif and /dev/null differ diff --git a/mkdocs.yml b/mkdocs.yml index 8bc0cf2..bf06a97 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,7 +13,7 @@ copyright: Copyright © 2016 - 2020 Jef LeCompte # Configuration theme: - favicon: https://raw.githubusercontent.com/jef/streetmerchant/main/docs/assets/images/streetmerchant-square.png + favicon: https://raw.githubusercontent.com/jef/streetmerchant/main/docs/assets/images/streetmerchant-logo.png features: - search.suggest font: diff --git a/src/notification/discord.ts b/src/notification/discord.ts index 5c46f10..fa0fdaa 100644 --- a/src/notification/discord.ts +++ b/src/notification/discord.ts @@ -31,7 +31,7 @@ export function sendDiscordMessage(link: Link, store: Store) { '> provided by [streetmerchant](https://github.com/jef/streetmerchant) with :heart:' ) .setThumbnail( - 'https://raw.githubusercontent.com/jef/streetmerchant/main/docs/assets/images/streetmerchant-square.png' + 'https://raw.githubusercontent.com/jef/streetmerchant/main/docs/assets/images/streetmerchant-logo.png' ) .setColor('#52b788') .setTimestamp();