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

Swap Branding Assets for New Styling #804

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion frontend/src/Frontend.hs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ loaderMarkup = divClass "spinner" $ do
newHead :: (Prerender js t m, DomBuilder t m) => (R BackendRoute -> Text) -> m (Event t ())
newHead routeText = do
el "title" $ text "(BETA) Kadena Chainweaver: Wallet & IDE"
elAttr "link" ("rel" =: "icon" <> "type" =: "image/png" <> "href" =: static @"img/favicon/favicon-96x96.png") blank
elAttr "link" ("rel" =: "icon" <> "type" =: "image/png" <> "href" =: static @"img/favicon/kadena_green_favicon.png") blank
meta ("name" =: "description" <> "content" =: "Write, test, and deploy safe smart contracts using Pact, Kadena's programming language")
meta ("name" =: "keywords" <> "content" =: "kadena, pact, pact testnet, pact language, pact programming language, smart contracts, safe smart contracts, smart contract language, blockchain, learn blockchain programming, chainweb")
meta ("charset" =: "utf-8")
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Frontend/Setup/Widgets.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ continueForm = setupForm "continue-button" "Continue"
-- | Wallet logo
kadenaWalletLogo :: DomBuilder t m => m ()
kadenaWalletLogo = divClass "logo" $ do
elAttr "img" ("src" =: static @"img/kadena_blue_logo.png" <> "class" =: setupClass "kadena-logo") blank
elAttr "img" ("src" =: static @"img/kadena_green_logo.png" <> "class" =: setupClass "kadena-logo") blank
elClass "div" "chainweaver" $ text "Chainweaver"
#ifdef ghcjs_HOST_OS
elClass "div" "by-kadena" $ text "by Kadena (BETA)"
Expand Down
Binary file added static/img/favicon/kadena_green_favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/kadena_green_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.