Skip to content

Commit

Permalink
remove Pasino sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
tombertrand committed Apr 21, 2024
1 parent ac60fb7 commit c38641b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Home/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { PreferencesContext, Theme } from "api/contexts/Preferences";
import Search from "components/Search";
import { Tracker } from "components/utils/analytics";

const { Text, Title } = Typography;
const { Title } = Typography;

const Banner: React.FC = () => {
const { t } = useTranslation();
Expand Down Expand Up @@ -67,7 +67,7 @@ const Banner: React.FC = () => {
<Button ghost>{t("menu.whatIsNano")}</Button>
</Link> */}

<Button
{/* <Button
ghost
href="https://pasino.com/?user_id=18828"
target="_blank"
Expand Down Expand Up @@ -108,7 +108,7 @@ const Banner: React.FC = () => {
Pasino
</Text>
</div>
</Button>
</Button> */}

<Link to={"/nanobrowserquest"}>
<Button
Expand Down

0 comments on commit c38641b

Please sign in to comment.