Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken images for builder tools Lucid and Pallas #709

Merged
merged 1 commit into from
Jul 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ const Showcases = [
{
title: "Pallas",
description: "Rust-native building blocks for the Cardano blockchain ecosystem.",
preview: require("./builder-tools/pallas.svg"),
preview: require("./builder-tools/pallas.png"),
website: "https://github.com/txpipe/pallas#readme",
getstarted: null,
tags: ["library", "rust"]
Expand Down Expand Up @@ -502,7 +502,7 @@ const Showcases = [
{
title: "Lucid",
description: "Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript and Node.js.",
preview: require("./builder-tools/lucid.svg"),
preview: require("./builder-tools/lucid.png"),
website: "https://github.com/Berry-Pool/lucid#readme",
getstarted: null,
tags: ["library", "javascript", "plutus"]
Expand Down
Binary file added src/data/builder-tools/lucid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/data/builder-tools/lucid.svg

This file was deleted.

Binary file added src/data/builder-tools/pallas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 0 additions & 32 deletions src/data/builder-tools/pallas.svg

This file was deleted.