chore: update logos

This commit is contained in:
Jef LeCompte
2020-12-13 00:23:20 -05:00
parent 579cb97a0d
commit 2a5e2e8733
9 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<p align="center"> <p align="center">
<a href="https://jef.codes/streetmerchant" <a href="https://jef.codes/streetmerchant"
><img ><img
src="https://raw.githubusercontent.com/jef/streetmerchant/main/docs/assets/images/streetmerchant.png" src="https://raw.githubusercontent.com/jef/streetmerchant/main/docs/assets/images/streetmerchant-banner.png"
alt="streetmerchant" alt="streetmerchant"
/></a> /></a>
</p> </p>
Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 865 KiB

+1 -1
View File
@@ -13,7 +13,7 @@ copyright: Copyright &copy; 2016 - 2020 Jef LeCompte
# Configuration # Configuration
theme: 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: features:
- search.suggest - search.suggest
font: font:
+1 -1
View File
@@ -31,7 +31,7 @@ export function sendDiscordMessage(link: Link, store: Store) {
'> provided by [streetmerchant](https://github.com/jef/streetmerchant) with :heart:' '> provided by [streetmerchant](https://github.com/jef/streetmerchant) with :heart:'
) )
.setThumbnail( .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') .setColor('#52b788')
.setTimestamp(); .setTimestamp();