Skip to content

Commit

Permalink
Merge pull request #35 from YubicoLabs/final-fixes
Browse files Browse the repository at this point in the history
Updated video links on homepage
  • Loading branch information
csalas-yubico authored May 10, 2023
2 parents 0123af3 + 4b99d28 commit e0df09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ReactPlayer from "react-player";
const FeatureList = [
{
title: 'Authentication made easy',
video: "/videos/auth-touchid.mp4",
video: "/passkey-workshop/videos/auth-touchid.mp4",
description: (
<>
Observe how seamless and intuitive it is to authenticate using a passkey. Your users can now increase their account security AND forgo the need to remember their login information
Expand All @@ -16,7 +16,7 @@ const FeatureList = [
},
{
title: 'Remove the anxiety of creating and managing passwords',
video: "/videos/reg-touchid.mp4",
video: "/passkey-workshop/videos/reg-touchid.mp4",
description: (
<>
Observe how easy it is to add a new credential to your account. No complex password
Expand Down

0 comments on commit e0df09a

Please sign in to comment.