Skip to content

Commit

Permalink
Client header
Browse files Browse the repository at this point in the history
  • Loading branch information
teon committed Oct 28, 2024
1 parent 81a6f07 commit 139e528
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/client.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ClientImage from "/public/images/product/client/main-screen.png";
import OverviewImage from "/public/images/product/client/overview.png";
const clientFeatures = (await getCollection("client-features")).sort(
(f1, f2) => f1.data.order - f2.data.order
(f1, f2) => f1.data.order - f2.data.order,
);
const title =
"defguard enterprise open-source SSO&VPN with 2FA/MFA: Best Desktop WireGuard Client";
Expand Down Expand Up @@ -51,8 +51,8 @@ const tags = [
<header id="main-header">
<h1>The Best WireGuard® desktop client</h1>
<p>
Beautiful open-source, cross-platform client for Enterprise and home usage, with
real <strong>Wireguard-based Multi-Factor Authentication</strong>.
Beautiful open-source, cross-platform client, with real
<strong>WireGuard® 2FA/Multi-Factor Authentication</strong>.
</p>
<div class={"github-stars-wrapper"}>
<GithubStars owner="Defguard" repo="client" client:only="preact" />
Expand Down

0 comments on commit 139e528

Please sign in to comment.