Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add twilio logo #841

Merged
merged 4 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
13 changes: 6 additions & 7 deletions components/home/Usage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ import fortoLight from "./img/forto_light.svg";
import fortoDark from "./img/forto_dark.svg";
import juiceboxLight from "./img/juicebox_light.svg";
import juiceboxDark from "./img/juicebox_dark.svg";
import sumupLight from "./img/sumup_light.svg";
import sumupDark from "./img/sumup_dark.svg";
import khanacademyLight from "./img/khanacademy_light.png";
import khanacademyDark from "./img/khanacademy_dark.png";
import Link from "next/link";
import NumberTicker from "@/components/ui/number-ticker";
import twilioLight from "./img/twilio_light.svg";
import twilioDark from "./img/twilio_dark.svg";

type User = {
name: string;
Expand Down Expand Up @@ -71,10 +70,10 @@ const users: User[] = [
href: "https://juicebox.ai/",
},
{
name: "Sumup",
lightImage: sumupLight,
darkImage: sumupDark,
href: "https://sumup.com",
name: "Twilio",
lightImage: twilioLight,
darkImage: twilioDark,
href: "https://www.twilio.com",
},
];

Expand Down
1 change: 1 addition & 0 deletions components/home/img/twilio_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions components/home/img/twilio_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading