Skip to content

Commit

Permalink
Fixing email subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
elielnfinic committed Oct 29, 2022
1 parent b9bafdb commit d71f5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A private file store for the IPFS.

0.5% done
5% done

Author : @elielnfinic | @elielmathe(Twitter)

Expand Down
2 changes: 1 addition & 1 deletion src/pages/newsletter/Newsletter.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function Newsletter() {
className="w-full flex-1 rounded-md border-gray-300 px-5 py-3 placeholder-gray-500 focus:border-openden2 focus:ring-openden1 sm:max-w-xs"
placeholder="Enter your email"
/>
<div className="mt-3 rounded-md shadow sm:mt-0 sm:ml-3 sm:flex-shrink-0 flex-1">
<div className="mt-3 rounded-md sm:mt-0 sm:ml-3 sm:flex-shrink-0 flex-1">
<button
type="submit"
className="flex items-center justify-center rounded-md border border-transparent bg-openden1 px-5 py-3 text-base font-medium text-white hover:bg-openden2 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"
Expand Down

0 comments on commit d71f5a9

Please sign in to comment.