File tree Expand file tree Collapse file tree 2 files changed +6
-19
lines changed
Expand file tree Collapse file tree 2 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 1+ import clsx from "clsx" ;
12import React from "react" ;
3+ import { FormattedMessage } from "react-intl" ;
24import { Container } from "../container" ;
35import { SnakeHead } from "../illustrations/snake-head" ;
46import { SnakeTail } from "../illustrations/snake-tail" ;
5- import { Separator } from "../separator" ;
6- import { FormattedMessage } from "react-intl" ;
7- import { SocialLinkProps } from "../social-links/social-link" ;
8- import { Link as LinkType } from "../navbar/types" ;
97import { Link } from "../link" ;
10- import { Text } from "../text" ;
11- import clsx from "clsx" ;
8+ import type { Link as LinkType } from "../navbar/types" ;
9+ import { Separator } from "../separator" ;
10+ import type { SocialLinkProps } from "../social-links/social-link" ;
1211import { SocialLinks } from "../social-links/social-links" ;
12+ import { Text } from "../text" ;
1313
1414type Props = {
1515 logo : React . ElementType ;
@@ -104,18 +104,6 @@ export const Footer = ({
104104 />
105105 </ Text >
106106 </ Link >
107- < Link
108- hoverColor = "cream"
109- target = "_blank"
110- href = "https://vercel.com/?utm_source=python-italia& utm_campaign = oss "
111- >
112- < Text size = "label4" uppercase weight = "strong" color = "none" >
113- < FormattedMessage
114- id = "footer.poweredBy"
115- defaultMessage = "Powered by Vercel"
116- />
117- </ Text >
118- </ Link >
119107 </ div >
120108 </ div >
121109 </ Container >
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ export const messages = {
55
66 "footer.designedBy" : "Design di ROLL Studio" ,
77 "footer.builtBy" : "Sviluppato da Python Italia" ,
8- "footer.poweredBy" : "Hostato su Vercel" ,
98
109 "multiple-parts-card.openLabel" : "Apri" ,
1110 "multiple-parts-card.closeLabel" : "Chiudi" ,
You can’t perform that action at this time.
0 commit comments