From 42c74801568b6d402d4e408d3c7b8a92af3aac6f Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 18 Jul 2024 09:03:13 -0700 Subject: [PATCH] feat(website): link to probe in footer (#5907) fixes #5898 --- website/src/components/Footer/index.tsx | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/website/src/components/Footer/index.tsx b/website/src/components/Footer/index.tsx index 6d00f18e7..3bca9da32 100644 --- a/website/src/components/Footer/index.tsx +++ b/website/src/components/Footer/index.tsx @@ -1,6 +1,7 @@ "use client"; import Link from "next/link"; +import ActionLink from "@/components/ActionLink"; import Image from "next/image"; import ConsentPreferences from "@/components/ConsentPreferences"; @@ -189,15 +190,20 @@ export default function Footer() { -
- - WireGuard is a registered trademark of Jason A. Donenfeld. - -
-
- - Firezone is a registered trademark of Firezone, Inc. - +
+
+

WireGuard is a registered trademark of Jason A. Donenfeld.

+

Firezone is a registered trademark of Firezone, Inc.

+
+
+ + Test your WireGuard connection + +