Skip to content

Commit 76692ca

Browse files
committed
logo
1 parent 396d343 commit 76692ca

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

components/ui/PearLight16x16.svg

Lines changed: 1 addition & 0 deletions
Loading

components/ui/PearLight70x70.svg

Lines changed: 1 addition & 0 deletions
Loading

components/ui/footer.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import React from 'react'
22
import Link from 'next/link'
33
import DocumentIcon from './document.svg';
4-
import PrivacyPolicyComponent from '../privacy-policy';
5-
4+
import PearLightLogo from './PearLight70x70.svg'
65

76
export default function Footer() {
87
return (
@@ -19,13 +18,14 @@ export default function Footer() {
1918
<div className="mb-2">
2019
{/* Logo */}
2120
<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">
2322
<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/>
2525
</Link>
2626
</div>
2727
<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> */}
2929
</div>
3030

3131
<div className="text-gray-400">Supercharge your development in an editor designed for less coding, with AI.</div>

components/ui/header.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Link from 'next/link'
22
import MobileMenu from './mobile-menu'
3-
// import DocumentIcon from './document.svg'
3+
import PearLightLogo from './PearLight70x70.svg'
44

55
export default function Header() {
66
return (
@@ -11,13 +11,12 @@ export default function Header() {
1111
<div className="shrink-0 mr-4">
1212
{/* Logo */}
1313
<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">
1515
<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 />
1718
</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+
2120
</div>
2221

2322
{/* Desktop navigation */}

0 commit comments

Comments
 (0)