mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
remove arrow from internal link
This commit is contained in:
@@ -409,15 +409,15 @@ function TokenHeroSection() {
|
|||||||
{translate("Real-World Asset (RWA) Tokenization")}
|
{translate("Real-World Asset (RWA) Tokenization")}
|
||||||
</h1>
|
</h1>
|
||||||
<div className="button-container">
|
<div className="button-container">
|
||||||
<a
|
<Link
|
||||||
className="btn btn-primary p-12"
|
className="btn btn-primary p-12"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="/static/pdf/Whitepaper_the_future_of_asset_tokenization.pdf"
|
to="/static/pdf/Whitepaper_the_future_of_asset_tokenization.pdf"
|
||||||
>
|
>
|
||||||
{translate("Get Started Now")}
|
{translate("Get Started Now")}
|
||||||
</a>
|
</Link>
|
||||||
<Link
|
<Link
|
||||||
className="internal-link btn-arrow"
|
className="internal-link"
|
||||||
to="/docs/use-cases/tokenization/creating-an-asset-backed-multi-purpose-token"
|
to="/docs/use-cases/tokenization/creating-an-asset-backed-multi-purpose-token"
|
||||||
>
|
>
|
||||||
{translate("Explore Institutional Solutions")}
|
{translate("Explore Institutional Solutions")}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1539,14 +1539,6 @@ html.light {
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
&::after {
|
|
||||||
content: url('../img/icons/arrow-right-purple.svg') !important;
|
|
||||||
position: relative;
|
|
||||||
top: 3px;
|
|
||||||
vertical-align: middle;
|
|
||||||
padding-left: 8px;
|
|
||||||
transition: transform 0.3s ease-out;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user