Skip to content

Commit

Permalink
update image assets
Browse files Browse the repository at this point in the history
add ethos.svg to public root for easy access. Use png's for OG images.
  • Loading branch information
wackerow committed Sep 19, 2023
1 parent 6daf39c commit 1b4fa32
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 88 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Discord](https://img.shields.io/badge/MetaCartel-Discord-BC86FE)](https://discord.gg/3CUVkcaF)
[![Twitter Follow](https://img.shields.io/twitter/follow/Meta_Cartel.svg?style=social)](https://twitter.com/Meta_Cartel)

![Chili power](./public/chiliface.svg)
![Chili power](./public/chiliface.png)

# MetaCartel.org

Expand Down
2 changes: 1 addition & 1 deletion constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const SITE_NAME = "MetaCartel.org"
export const SITE_DESCRIPTION =
"An ecosystem of creators and operators building and supporting at the forefront of web3 and DAOs"
export const SITE_URL = "https://metacartel.org"
export const SITE_IMAGE_URL = "/chiliface.svg"
export const SITE_IMAGE_URL = "/chiliface.png"
export const SITE_IMAGE_ALT = "MetaCartel Chili"
export const FAVICON_PATH = "/favicon.ico"
export const TWITTER_ACCOUNT = "Meta_Cartel"
Expand Down
2 changes: 1 addition & 1 deletion pages/ethos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Ethos: FC = () => (
<PageMetadata
title="ETHos"
description="ETHos is an incubator for Ethereum IRL events"
image="/images/ethos/ethos-og.svg"
image="/images/ethos/ethos-og.png"
/>
<Flex
maxW="calc(var(--chakra-sizes-quarterContainer) * 3)"
Expand Down
Binary file added public/chiliface.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 0 additions & 52 deletions public/chiliface.svg

This file was deleted.

Loading

0 comments on commit 1b4fa32

Please sign in to comment.