File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import Link from 'next/link'
3
3
import DocumentIcon from './document.svg' ;
4
- import PrivacyPolicyComponent from '../privacy-policy' ;
5
-
4
+ import PearLightLogo from './PearLight70x70.svg'
6
5
7
6
export default function Footer ( ) {
8
7
return (
@@ -19,13 +18,14 @@ export default function Footer() {
19
18
< div className = "mb-2" >
20
19
{ /* Logo */ }
21
20
< Link href = "/" className = "inline-block" aria-label = "Cruip" >
22
- < svg className = "w-8 h-8 fill-current text-purple-600" viewBox = "0 0 32 32" xmlns = "http://www.w3.org/2000/svg" >
21
+ { /* <svg className="w-8 h-8 fill-current text-purple-600" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
23
22
<path d="M31.952 14.751a260.51 260.51 0 00-4.359-4.407C23.932 6.734 20.16 3.182 16.171 0c1.634.017 3.21.28 4.692.751 3.487 3.114 6.846 6.398 10.163 9.737.493 1.346.811 2.776.926 4.262zm-1.388 7.883c-2.496-2.597-5.051-5.12-7.737-7.471-3.706-3.246-10.693-9.81-15.736-7.418-4.552 2.158-4.717 10.543-4.96 16.238A15.926 15.926 0 010 16C0 9.799 3.528 4.421 8.686 1.766c1.82.593 3.593 1.675 5.038 2.587 6.569 4.14 12.29 9.71 17.792 15.57-.237.94-.557 1.846-.952 2.711zm-4.505 5.81a56.161 56.161 0 00-1.007-.823c-2.574-2.054-6.087-4.805-9.394-4.044-3.022.695-4.264 4.267-4.97 7.52a15.945 15.945 0 01-3.665-1.85c.366-3.242.89-6.675 2.405-9.364 2.315-4.107 6.287-3.072 9.613-1.132 3.36 1.96 6.417 4.572 9.313 7.417a16.097 16.097 0 01-2.295 2.275z" />
24
- </ svg >
23
+ </svg> */ }
24
+ < PearLightLogo />
25
25
</ Link >
26
26
</ div >
27
27
< Link href = "/privacy-policy" className = "ml-3" > Privacy Policy</ Link >
28
- < Link href = "/tos" className = "ml-2" > Terms of Service</ Link >
28
+ { /* <Link href="/tos" className="ml-2" >Terms of Service</Link> */ }
29
29
</ div >
30
30
31
31
< div className = "text-gray-400" > Supercharge your development in an editor designed for less coding, with AI.</ div >
Original file line number Diff line number Diff line change 1
1
import Link from 'next/link'
2
2
import MobileMenu from './mobile-menu'
3
- // import DocumentIcon from './document .svg'
3
+ import PearLightLogo from './PearLight70x70 .svg'
4
4
5
5
export default function Header ( ) {
6
6
return (
@@ -11,13 +11,12 @@ export default function Header() {
11
11
< div className = "shrink-0 mr-4" >
12
12
{ /* Logo */ }
13
13
< Link href = "/" className = "block" aria-label = "Cruip" >
14
- < svg className = "w-8 h-8 fill-current text-purple-600" viewBox = "0 0 32 32" xmlns = "http://www.w3.org/2000/svg" >
14
+ { /* <svg className="w-8 h-8 fill-current text-purple-600" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
15
15
<path d="M31.952 14.751a260.51 260.51 0 00-4.359-4.407C23.932 6.734 20.16 3.182 16.171 0c1.634.017 3.21.28 4.692.751 3.487 3.114 6.846 6.398 10.163 9.737.493 1.346.811 2.776.926 4.262zm-1.388 7.883c-2.496-2.597-5.051-5.12-7.737-7.471-3.706-3.246-10.693-9.81-15.736-7.418-4.552 2.158-4.717 10.543-4.96 16.238A15.926 15.926 0 010 16C0 9.799 3.528 4.421 8.686 1.766c1.82.593 3.593 1.675 5.038 2.587 6.569 4.14 12.29 9.71 17.792 15.57-.237.94-.557 1.846-.952 2.711zm-4.505 5.81a56.161 56.161 0 00-1.007-.823c-2.574-2.054-6.087-4.805-9.394-4.044-3.022.695-4.264 4.267-4.97 7.52a15.945 15.945 0 01-3.665-1.85c.366-3.242.89-6.675 2.405-9.364 2.315-4.107 6.287-3.072 9.613-1.132 3.36 1.96 6.417 4.572 9.313 7.417a16.097 16.097 0 01-2.295 2.275z" />
16
- </ svg >
16
+ </svg> */ }
17
+ < PearLightLogo />
17
18
</ Link >
18
- { /* ADD PEAR ICON HERE <Link href="/" className="flex justify-center items-center text-purple-600 bg-gray-800 hover:text-gray-100 hover:bg-purple-600 rounded-full transition duration-150 ease-in-out" target="_blank" aria-label="PearLogo">
19
- <DocumentIcon className="w-8 h-8 fill-current" />
20
- </Link> */ }
19
+
21
20
</ div >
22
21
23
22
{ /* Desktop navigation */ }
You can’t perform that action at this time.
0 commit comments