Skip to content

Commit

Permalink
[ECO-2082] Make the frontend deployer agnostic (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 authored Aug 29, 2024
1 parent 6de4740 commit 5e1ef49
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 71 deletions.
1 change: 0 additions & 1 deletion src/typescript/frontend/public/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"Byte limit reached": "Byte limit reached",
"Copied": "Copied",
"Cost to deploy:": "Cost to deploy:",
"Econia Labs": "Econia Labs",
"Emojicoin Name:": "Emojicoin Name:",
"Emojicoin symbol (ticker) :": "Emojicoin symbol (ticker) :",
"Fail to copy": "Fail to copy",
Expand Down
6 changes: 3 additions & 3 deletions src/typescript/frontend/src/app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"type": "image/png"
}
],
"name": "Econia labs",
"short_name": "Econia labs",
"start_url": ".",
"name": "emojicoin.fun",
"short_name": "Emojicoin",
"start_url": "../",
"theme_color": "#000000"
}

This file was deleted.

1 change: 0 additions & 1 deletion src/typescript/frontend/src/components/svg/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export { default as Arrow } from "./icons/Arrow";
export { default as CheckIcon } from "./icons/Check";
export { default as InfoIcon } from "./icons/Info";
export { default as Arrows } from "./icons/Arrows";
export { default as EconiaLabsLogoIcon } from "./icons/EconiaLabsLogoIcon";
export { default as GitHubOutlineIcon } from "./icons/GitHubOutlineIcon";
export { default as TwitterOutlineIcon } from "./icons/TwitterOutlineIcon";

Expand Down
4 changes: 0 additions & 4 deletions src/typescript/frontend/src/configs/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ export const getDefaultMetadata = (): Metadata => {
alternates: {
canonical: "/",
},
authors: {
name: "Econia Labs",
url: "https://econialabs.com",
},
title: DEFAULT_TITLE,
description: DEFAULT_DESCRIPTION,
keywords: "aptos, tokens, emoji, emojicoins",
Expand Down

0 comments on commit 5e1ef49

Please sign in to comment.