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

removed Medium and changed Github link ST-452 #391

Merged
merged 2 commits into from
May 29, 2023
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
3 changes: 1 addition & 2 deletions src/app/sections/Links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ const Links = () => {
const { name } = useTheme()

const community = {
medium: "https://medium.com/terra-money",
discord: "https://terra.sc/discord",
telegram: "https://t.me/TerraNetworkLobby",
twitter: "https://twitter.com/terra_money",
github: "https://github.com/terra-money",
github: "https://github.com/terra-money/station",
}

return (
Expand Down
2 changes: 0 additions & 2 deletions src/components/layout/Contacts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { ReactNode } from "react"
import classNames from "classnames/bind"
import { useTheme } from "data/settings/Theme"
import { Contacts as ContactProps } from "types/components"
import { ReactComponent as Medium } from "styles/images/community/Medium.svg"
import { ReactComponent as Discord } from "styles/images/community/Discord.svg"
import { ReactComponent as Telegram } from "styles/images/community/Telegram.svg"
import { ReactComponent as Twitter } from "styles/images/community/Twitter.svg"
Expand All @@ -16,7 +15,6 @@ const cx = classNames.bind(styles)
const ICON_SIZE = { width: 18, height: 18 }

const icons: Record<string, ReactNode> = {
medium: <Medium {...ICON_SIZE} />,
discord: <Discord {...ICON_SIZE} />,
telegram: <Telegram {...ICON_SIZE} />,
twitter: <Twitter {...ICON_SIZE} />,
Expand Down
3 changes: 0 additions & 3 deletions src/styles/images/community/Medium.svg

This file was deleted.