From 26a17b6cdf0a920fa1907b46303710cc7cab3b87 Mon Sep 17 00:00:00 2001 From: aidanCQ Date: Tue, 9 Jun 2026 13:31:58 +0100 Subject: [PATCH 1/2] Init. --- .../custom/docs/components/footer/index.tsx | 120 +++++++++--------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/documentation-ui/src/custom/docs/components/footer/index.tsx b/documentation-ui/src/custom/docs/components/footer/index.tsx index ec6a546..4ac1435 100644 --- a/documentation-ui/src/custom/docs/components/footer/index.tsx +++ b/documentation-ui/src/custom/docs/components/footer/index.tsx @@ -1,5 +1,5 @@ -import { QuantinuumLogo } from "../../QuantinuumLogo"; import { Separator } from "@quantinuum/quantinuum-ui"; +import { QuantinuumLogo } from "../../QuantinuumLogo"; const footerConfig = { columns: [ @@ -9,11 +9,11 @@ const footerConfig = { { name: "Compute Platform Updates", href: "/product-updates" - },{ + }, { name: "Q-NET", href: "https://www.quantinuum.com/q-net#get-started" - },{ - name: "Quantinuum Startup Partner Program", + }, { + name: `Quantinuum Startup Partner Program`, href: "https://www.quantinuum.com/startup-partner-program#join" } ] @@ -43,26 +43,26 @@ const footerConfig = { { name: "InQuanto", href: "/inquanto" - }, + }, { name: "Quantum Origin", href: "/origin" - },{ + }, { name: "\u03BBambeq", href: "/lambeq/" - }, + }, ] - },{ + }, { name: "Quantinuum", items: [ { - name: "About", + name: "About", href: "https://www.quantinuum.com/about", - },{ + }, { name: "Careers", href: "https://www.quantinuum.com/careers", - },{ - name: "Events", + }, { + name: "Events", href: "https://www.quantinuum.com/events" } ] @@ -75,57 +75,57 @@ export const Footer = () => {
- -
+ +
-
) } From 62e295e92a628c1026d351c9cca05c695cee17b1 Mon Sep 17 00:00:00 2001 From: aidanCQ Date: Tue, 9 Jun 2026 13:56:07 +0100 Subject: [PATCH 2/2] Fix. --- documentation-ui/src/custom/docs/components/footer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation-ui/src/custom/docs/components/footer/index.tsx b/documentation-ui/src/custom/docs/components/footer/index.tsx index 4ac1435..3add5bb 100644 --- a/documentation-ui/src/custom/docs/components/footer/index.tsx +++ b/documentation-ui/src/custom/docs/components/footer/index.tsx @@ -78,7 +78,7 @@ export const Footer = () => {
-