Skip to content

Commit

Permalink
docs: remove Tequila references
Browse files Browse the repository at this point in the history
Tequila is not not under development anymore.
  • Loading branch information
sarkaaa committed Oct 6, 2024
1 parent c6dd580 commit f046193
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion docs/src/images/streamline-light/startup-launch-1.svg

This file was deleted.

Binary file removed docs/src/images/tequila.png
Binary file not shown.
13 changes: 0 additions & 13 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { WindowLocation } from "@reach/router";

import { RecentBookmarks } from "../components/Bookmarks";
// temporarily extract images from @streamlinehq/streamlinehq until they fix the install script
import StartupLaunchIcon from "../images/streamline-light/startup-launch-1.svg";
import ReadArt from "../images/streamline-light/read-art.svg";
import SearchButton from "../components/Search/SearchButton";
import FigmaIcon from "../components/icons/Figma";
Expand All @@ -21,7 +20,6 @@ import HeaderBox from "../components/HeaderBox";
import BrandedTile from "../components/BrandedTile";
import GitHubLogo from "../images/github-full.svg";
import FigmaLogo from "../images/figma-logo.svg";
import srcTequila from "../images/tequila.png";
import { MAX_CONTENT_WIDTH } from "../consts";
import ScreenReaderText from "../components/ScreenReaderText";
import { useKeyboard } from "../services/KeyboardProvider";
Expand Down Expand Up @@ -270,17 +268,6 @@ export default function Home({ location, path }: Props) {
Visit our community profile and download all of our libraries and resources for
free.
</BrandedTile>
<BrandedTile
title="Connect Orbit to Tequila"
icon={<StartupLaunchIcon />}
href="https://partners.kiwi.com"
linkContent="Explore Tequila possibilities"
logo={<img alt="Tequila logo" src={srcTequila} width={144} height={64} />}
color="product"
>
Tequila is an online B2B platform powered by Kiwi.com that allows anyone to access
our content, technology, and services.
</BrandedTile>
</Grid>
</div>

Expand Down

0 comments on commit f046193

Please sign in to comment.