Skip to content

Commit

Permalink
fix: updated footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
nethen committed Dec 14, 2024
1 parent 614cc0d commit 4265309
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,11 @@ export default function Footer() {
<FooterSectionList
title={"Product"}
items={[
{ title: "K-Bot", url: "https://dashboard.kscale.dev/tos" },
{ title: "Send feedback", url: "https://dashboard.kscale.dev/privacy" },
{ title: "K-Bot", url: "https://shop.kscale.dev/collections/all" },
{
title: "Send feedback",
url: "https://docs.google.com/forms/d/e/1FAIpQLSemVaJ6HfieS9xDKv7SqWYArHyHLV-kraraiT_VEmPL_6lkPw/viewform",
},
]}
extraStyling={"col-span-2 sm:col-span-3 sm:col-start-4 md:col-span-2"}
/>
Expand Down

0 comments on commit 4265309

Please sign in to comment.