This commit is contained in:
John Wu
2022-04-18 18:03:47 -07:00
committed by GitHub
parent c644f24194
commit 77d75c621d
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ const DownloadCerts = ({ vin, publicCert, privateCert, onChangeView }) => {
}; };
return ( return (
<div> <div>
<h2>Download Certifcates</h2> <h2>Download Certificates</h2>
<ul> <ul>
<li> <li>
<DownloadFileLink <DownloadFileLink

View File

@@ -4,7 +4,7 @@ exports[`DownloadCerts Render 1`] = `
<div> <div>
<div> <div>
<h2> <h2>
Download Certifcates Download Certificates
</h2> </h2>
<ul> <ul>
<li> <li>