Skip to content

Commit

Permalink
fix: yearn logo for the alliance section reverted (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
keriat committed May 3, 2023
2 parents a8d72b3 + 10425e4 commit fc3c750
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 107 deletions.
37 changes: 6 additions & 31 deletions public/content/images/alliance/yearn.svg
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 src/content/alliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"logo": "balancer.png"
},
{
"content": "mStable is an autonomous and non-custodial infrastructure for yield products.",
"content": "mStable is an autonomous and noncustodial infrastructure for yield products.",
"name": "mStable",
"website": "https://mstable.org",
"twitter": "mstable_",
Expand Down
5 changes: 0 additions & 5 deletions src/helpers/config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
export const apiUrl = "https://api.superform.xyz/";

export default function (pageTitle: string = "", pageDescription: string = "") {
const useTitle = pageTitle || "ERC-4626 - A Tokenized Vault Standard";
const useDescription =
pageDescription || "The 4626 Alliance is a group of leading protocols and applications that share the mission of supporting the development and deployment of ERC-4626 vaults";
return {
dapp: {
apiUrl
},
openGraph: {
title: `${useTitle} | 4626 Alliance`,
description: useDescription,
Expand Down
57 changes: 0 additions & 57 deletions src/types/core.d.ts

This file was deleted.

15 changes: 2 additions & 13 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
export * from "./code.d";

export declare interface SupApiExploreResponse {
chain: string[];
contract_address: string[];
is_vault: boolean[];
name: string[];
protocol: string[];
vault_id: number[];
timestamp: string[];
}

export declare type SupSingleAdopter = {
src: string;
Expand All @@ -32,5 +21,5 @@ export declare type SupSingleVault = {
is_vault: boolean;
protocol: string;
chain: string;
created_at: string | moment.Moment;
}[];
created_at: string;
}[];

1 comment on commit fc3c750

@vercel
Copy link

@vercel vercel bot commented on fc3c750 May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sup-web-4626 – ./

eip4626.com
*.eip4626.com
sup-web-4626-git-main.superform.tech
sup-web-4626.superform.tech
erc4626.info

Please sign in to comment.