Skip to content

Commit

Permalink
Merge pull request #3051 from tallyhowallet/blog-link
Browse files Browse the repository at this point in the history
Add Blog Link
  • Loading branch information
kkosiorowska authored Feb 17, 2023
2 parents 666bd19 + a98e5d2 commit fb8f900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/GlobalModal/GlobalModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import SharedModal from "../Shared/SharedModal"

const IMG = `${WEBSITE_ORIGIN}/hosted/logo_animation.gif`
// TODO update
const LINK = "https://blog.taho.xyz"
const LINK = "https://blog.taho.xyz/rename-announcement"

export default function GlobalModal({ id }: { id: string }): ReactElement {
const { t } = useTranslation("translation", { keyPrefix: "globalModal" })
Expand Down

0 comments on commit fb8f900

Please sign in to comment.