Skip to content

Commit

Permalink
feat(asset-conversion): learn more link
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupham committed Oct 22, 2024
1 parent 3f8dc8d commit a711be6
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { SignOptions } from "@osmosis-labs/stores";
import { useQueries } from "@tanstack/react-query";
import classNames from "classnames";
import { observer } from "mobx-react-lite";
import Link from "next/link";
import React, { useEffect, useMemo, useState } from "react";
import { create } from "zustand";

Expand Down Expand Up @@ -258,12 +257,14 @@ const AssetVariantsConversion = observer(
<div className={classNames("overflow-y-auto, mt-4 flex w-full flex-col")}>
<p className="body1 text-center text-osmoverse-300">
{t("assetVariantsConversion.description")}{" "}
<Link
href="/learn/asset-variants"
<a
href="https://medium.com/osmosis/alloyed-assets-on-osmosis-unifying-ux-and-solving-liquidity-fragmentation-168831ce8862"
className="text-wosmongton-300 hover:underline"
target="_blank"
rel="noopener noreferrer"
>
{t("assetVariantsConversion.learnMore")}
</Link>
</a>
</p>
<div className="-mx-3 mt-6 flex h-14 items-center">
<Button
Expand Down

0 comments on commit a711be6

Please sign in to comment.