Skip to content

Commit

Permalink
fix for build
Browse files Browse the repository at this point in the history
  • Loading branch information
PBillingsby committed Dec 18, 2024
1 parent db967b4 commit 5ab8e4e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions apps/website/public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://lilypad.tech/about-us</loc><lastmod>2024-12-18T20:49:38.785Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://lilypad.tech/team</loc><lastmod>2024-12-18T20:49:38.786Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://lilypad.tech</loc><lastmod>2024-12-18T20:49:38.786Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://lilypad.tech/legal</loc><lastmod>2024-12-18T23:03:32.891Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://lilypad.tech/about-us</loc><lastmod>2024-12-18T23:03:32.895Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://lilypad.tech/team</loc><lastmod>2024-12-18T23:03:32.895Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://lilypad.tech</loc><lastmod>2024-12-18T23:03:32.895Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>
1 change: 1 addition & 0 deletions apps/website/public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap><loc>https://lilypad.tech/sitemap-0.xml</loc></sitemap>
</sitemapindex>
2 changes: 1 addition & 1 deletion apps/website/src/app/legal/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ContentItem from "@/components/ContentItem/ContentItem";
import PrivacyPolicy from "@/components/Legal/PrivacyPolicy";
import Terms from "@/components/Legal/terms";
import Terms from "@/components/Legal/Terms";

const Legal = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion apps/website/src/components/Legal/PrivacyPolicy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function PrivacyPolicy() {
/>
<ul className="list-disc pl-5 space-y-2 text-uui-text-tertiary-600">
<li>Managing Cookies: You can configure your browser to refuse cookies or alert you when cookies are being sent.</li>
<li>Unsubscribing from Emails: You can opt out of our newsletter at any time by using the "Unsubscribe" link or contacting us directly.</li>
<li>Unsubscribing from Emails: You can opt out of our newsletter at any time by using the &quot;Unsubscribe&quot; link or contacting us directly.</li>
</ul>
</section>
<section>
Expand Down

0 comments on commit 5ab8e4e

Please sign in to comment.