Skip to content

Commit

Permalink
Remove powered by Vercel (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno authored Dec 8, 2024
1 parent f35ef42 commit a3d62c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
24 changes: 6 additions & 18 deletions src/footer/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import clsx from "clsx";
import React from "react";
import { FormattedMessage } from "react-intl";
import { Container } from "../container";
import { SnakeHead } from "../illustrations/snake-head";
import { SnakeTail } from "../illustrations/snake-tail";
import { Separator } from "../separator";
import { FormattedMessage } from "react-intl";
import { SocialLinkProps } from "../social-links/social-link";
import { Link as LinkType } from "../navbar/types";
import { Link } from "../link";
import { Text } from "../text";
import clsx from "clsx";
import type { Link as LinkType } from "../navbar/types";
import { Separator } from "../separator";
import type { SocialLinkProps } from "../social-links/social-link";
import { SocialLinks } from "../social-links/social-links";
import { Text } from "../text";

type Props = {
logo: React.ElementType;
Expand Down Expand Up @@ -104,18 +104,6 @@ export const Footer = ({
/>
</Text>
</Link>
<Link
hoverColor="cream"
target="_blank"
href="https://vercel.com/?utm_source=python-italia&utm_campaign=oss"
>
<Text size="label4" uppercase weight="strong" color="none">
<FormattedMessage
id="footer.poweredBy"
defaultMessage="Powered by Vercel"
/>
</Text>
</Link>
</div>
</div>
</Container>
Expand Down
1 change: 0 additions & 1 deletion src/lang/it.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export const messages = {

"footer.designedBy": "Design di ROLL Studio",
"footer.builtBy": "Sviluppato da Python Italia",
"footer.poweredBy": "Hostato su Vercel",

"multiple-parts-card.openLabel": "Apri",
"multiple-parts-card.closeLabel": "Chiudi",
Expand Down

0 comments on commit a3d62c9

Please sign in to comment.