Skip to content

Commit

Permalink
Spelling correction (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellemaxwell committed Oct 28, 2022
1 parent a5e2be3 commit 8e7c0fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function AccessForm () {
});
}}
children={({ errors, status, touched }) => (
<Form className="w-[26rem] p-7 bg-[#DED6C5] mx-auto max-w-full">
<Form className="w-[26rem] p-7 bg-[#DED6C5] mx-auto max-w-fit">
<div>
<h3 className="pb-2 text-2xl font-bold">Request Alpha Access Today</h3>
<p className="pb-3">We're opening up Ensign on a limited basis. No credit card required.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/ensign-landing-page/src/components/layout/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Main() {
<h2 className="leading-10 pb-5">Powering Real-time Apps & Analytics</h2>
<p className="pb-5">The global real-time revolution is here.</p>
<p className="pb-5">
<span className="text-[#1D65A6] font-bold">Ensign</span> is a <span className="font-bold">next-generation distributed event store and stream-processing platform</span> for real-time apps and analytics that requires no additional investment in infrastructure or overhead. <span className="font-bold">Built for speed and simplicty</span>, Ensign offers advanced features for next-generation applications while significantly reducing barriers to building, maintaining, and scaling event-driven applications. With Ensign, you can:
<span className="text-[#1D65A6] font-bold">Ensign</span> is a <span className="font-bold">next-generation distributed event store and stream-processing platform</span> for real-time apps and analytics that requires no additional investment in infrastructure or overhead. <span className="font-bold">Built for speed and simplicity</span>, Ensign offers advanced features for next-generation applications while significantly reducing barriers to building, maintaining, and scaling event-driven applications. With Ensign, you can:
</p>
<ul className="list-disc list-outside pb-5 pl-10">
<li>Customize your data pipelines</li>
Expand Down

0 comments on commit 8e7c0fe

Please sign in to comment.