mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-02 17:45:54 +00:00
feat(docs): add GoLang tutorial link and logo to the documentation index
This commit is contained in:
@@ -334,6 +334,26 @@ export default function Docs() {
|
|||||||
<h5 className="btn-arrow">{translate('Java')}</h5>
|
<h5 className="btn-arrow">{translate('Java')}</h5>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="col langs">
|
||||||
|
<Link to="/docs/tutorials/go/">
|
||||||
|
<img
|
||||||
|
alt="GoLang Logo"
|
||||||
|
src={require("../static/img/logos/golang.svg")}
|
||||||
|
className="circled-logo"
|
||||||
|
/>
|
||||||
|
<h5 className="btn-arrow">{translate("GoLang")}</h5>
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
|
<div className="col langs">
|
||||||
|
<Link to="/docs/tutorials/go/">
|
||||||
|
<img
|
||||||
|
alt="GoLang Logo"
|
||||||
|
src={require("../static/img/logos/golang.svg")}
|
||||||
|
className="circled-logo"
|
||||||
|
/>
|
||||||
|
<h5 className="btn-arrow">{translate("GoLang")}</h5>
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="col center-image">
|
<div className="col center-image">
|
||||||
|
|||||||
Reference in New Issue
Block a user