Skip to content

Commit

Permalink
feat: As a user, I want a link to Verax's social profiles on the Expl…
Browse files Browse the repository at this point in the history
…orer (#529)
  • Loading branch information
alainncls authored Jan 16, 2024
1 parent 22dd46a commit 4360d73
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions explorer/src/assets/locales/en/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"info": {
"title": "Info",
"about": "About",
"twitter": "Twitter",
"lens": "Lens",
"github": "Github",
"documentation": "Documentation"
}
Expand Down
8 changes: 8 additions & 0 deletions explorer/src/assets/socials/lens.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions explorer/src/assets/socials/twitter-x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions explorer/src/constants/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { t } from "i18next";
import GitbookIcon from "@/assets/icons/gitbook.svg?react";
import VeraxIcon from "@/assets/logo/verax-icon.svg?react";
import GithubIcon from "@/assets/socials/github.svg?react";
import LensIcon from "@/assets/socials/lens.svg?react";
import TwitterXIcon from "@/assets/socials/twitter-x.svg?react";
import { Info } from "@/components/NavigationList/components/Info";
import { IInfoListItem, NavigationProps, SearchElementProps } from "@/interfaces/components";
import { APP_ROUTES } from "@/routes/constants";
Expand Down Expand Up @@ -32,6 +34,16 @@ export const INFO_LIST: IInfoListItem[] = [
logo: VeraxIcon,
url: "https://ver.ax/",
},
{
title: t("common.routes.info.twitter"),
logo: TwitterXIcon,
url: "https://twitter.com/VeraxRegistry",
},
{
title: t("common.routes.info.lens"),
logo: LensIcon,
url: "https://share.lens.xyz/u/lens/verax.lens",
},
{
title: t("common.routes.info.github"),
logo: GithubIcon,
Expand Down

0 comments on commit 4360d73

Please sign in to comment.