Skip to content
Open
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
Binary file added src/assets/img/nativoart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Footer.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ function LightFooterB(props) {

<div className=" w-1/5 md:w-1/2 lg:w-1/5 lg:ml-2 hover:scale-125">
<a
href="https://twitter.com/nativonft"
href="https://twitter.com/nativoart"
target="_blank"
rel="noopener noreferrer"
className="text-gray-600 hover:text-[#ec8b01] hover:font-bold dark:text-white capitalize font-raleway font-normal text-sm"
Expand Down
4 changes: 2 additions & 2 deletions src/components/Navbar.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ChevronDownIcon } from "@heroicons/react/solid";
import { config, signOut, getNearAccount } from "../utils/near_interaction";
import * as nearAPI from "near-api-js";
import { blockchains } from "../utils/constraint";
import nativoLogoWhite from '../assets/img/LogoBlanco.png'
import nativoLogoWhite from '../assets/img/nativoart.png'
import lupa from '../assets/landingSlider/img/lupa1.png'
import menu from '../assets/landingSlider/img/menu.png'
import { useTranslation } from "react-i18next";
Expand Down Expand Up @@ -400,7 +400,7 @@ function LightHeaderB(props) {
href="/"
className="flex flex-row"
>
<img src={nativoLogoWhite} className="d-inline-block align-top w-[85px] lg:w-[100px] lg:h-[60px]" alt="logo" width="100px" height="60px" />
<img src={nativoLogoWhite} className="d-inline-block align-top w-[85px] lg:w-[100px] lg:h-[60px] scale-125" alt="logo" width="100px" height="60px" />
</a>
</div>
<nav className={" lg:mr-auto lg:ml-4 lg:py-1 lg:border-l lg:border-gray-400 items-center text-base justify-center hidden lg:flex " + (menu ? "esconder-nav" : "")}>
Expand Down