Skip to content

Commit

Permalink
Merge pull request #2536 from starknet-io/dev
Browse files Browse the repository at this point in the history
Merge dev into production
  • Loading branch information
igalst authored Feb 14, 2024
2 parents 7465b78 + d8e7c9b commit 6f32ac6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/assets/provisions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion workspaces/website/src/renderer/_default.page.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export async function render(pageContext: PageContextServer) {
"Starknet is the secure scaling technology bringing Ethereum’s benefits to the world."
);

const image =
const image = isGeoRegulationsPage ? `${import.meta.env.VITE_SITE_URL}/assets/provisions.png` :
documentProps?.image ??
`${import.meta.env.VITE_SITE_URL}/assets/share/generic_landing.png`;

Expand Down

0 comments on commit 6f32ac6

Please sign in to comment.